From c6050ff231ab21e5c44f4cfeb42c6aeb1200dc20 Mon Sep 17 00:00:00 2001 From: "Guillermo O. Freschi" Date: Wed, 20 Nov 2013 07:11:00 -0300 Subject: Fixed unescaped dollar-signs in tutorials template. --- web/templates/tutorials.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/templates') diff --git a/web/templates/tutorials.html b/web/templates/tutorials.html index af14097..36c808c 100644 --- a/web/templates/tutorials.html +++ b/web/templates/tutorials.html @@ -8,6 +8,6 @@ All these tutorials assume you are using the latest stable version of Hakyll. If this is not the case, you might want to update using:

-
$ ghc-pkg unregister hakyll
-$ cabal update
-$ cabal install hakyll
+
$$ ghc-pkg unregister hakyll
+$$ cabal update
+$$ cabal install hakyll
-- cgit v1.2.3