diff --git a/hledger-web/Handler/Common.hs b/hledger-web/Handler/Common.hs
index 0c1f5d6fb..b73f50b5b 100644
--- a/hledger-web/Handler/Common.hs
+++ b/hledger-web/Handler/Common.hs
@@ -138,7 +138,7 @@ searchform VD{..} = [hamlet|
--
--
-- ^{formathelp}
--- |
+-- |
--
-- Are you sure ? This will overwrite the journal. #
--
@@ -193,7 +193,7 @@ balanceReportAsHtml _ vd@VD{..} (items',total) =
|
|
|
- | #{mixedAmountAsHtml total}
+ #{mixedAmountAsHtml total}
|]
where
l = ledgerFromJournal Any j
@@ -210,11 +210,11 @@ balanceReportAsHtml _ vd@VD{..} (items',total) =
only
- #{mixedAmountAsHtml abal}
+ #{mixedAmountAsHtml abal}
|]
where
hassubs = not $ maybe False (null.asubs) $ ledgerAccount l acct
- -- (#{numpostings})
+ -- (#{numpostings})
-- numpostings = maybe 0 (length.apostings) $ ledgerAccount l acct
depthclass = "depth"++show aindent
inacctclass = case inacctmatcher of
diff --git a/hledger-web/Handler/JournalR.hs b/hledger-web/Handler/JournalR.hs
index 2645997ee..6640423dc 100644
--- a/hledger-web/Handler/JournalR.hs
+++ b/hledger-web/Handler/JournalR.hs
@@ -35,7 +35,7 @@ getJournalR = do
hledgerLayout vd "journal" [hamlet|
| |