diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:47:52 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-08-03 17:47:52 +0200 |
commit | d80e220029bfe495c86d6e9abe187d1a940c7dfe (patch) | |
tree | 03db4b987940c129da2f1925f561c62c9fa0fd58 /provider/templates | |
parent | 52b67951f1e8a7f1af9b85d4ae8e7689d194574a (diff) | |
download | dirty-haskell.org-d80e220029bfe495c86d6e9abe187d1a940c7dfe.tar dirty-haskell.org-d80e220029bfe495c86d6e9abe187d1a940c7dfe.tar.gz dirty-haskell.org-d80e220029bfe495c86d6e9abe187d1a940c7dfe.tar.bz2 dirty-haskell.org-d80e220029bfe495c86d6e9abe187d1a940c7dfe.tar.xz dirty-haskell.org-d80e220029bfe495c86d6e9abe187d1a940c7dfe.zip |
Fixed syntax highlighting
Diffstat (limited to 'provider/templates')
-rw-r--r-- | provider/templates/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/provider/templates/default.html b/provider/templates/default.html index 14497b2..0476655 100644 --- a/provider/templates/default.html +++ b/provider/templates/default.html | |||
@@ -10,6 +10,7 @@ | |||
10 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | 10 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> |
11 | <![endif]--> | 11 | <![endif]--> |
12 | <link rel="stylesheet" href="/css/default.css"> | 12 | <link rel="stylesheet" href="/css/default.css"> |
13 | <link rel="stylesheet" href="/css/syntax.css"> | ||
13 | </head> | 14 | </head> |
14 | <body> | 15 | <body> |
15 | $if(title)$ | 16 | $if(title)$ |