From b8bd9a1791f40abb7914d82687620d9d23549ddf Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 13 Oct 2014 16:25:18 +0100 Subject: [PATCH] Don't blockquote the code sample. Makes HTML match what pandoc emits. --- tools/htdocs/old-index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/htdocs/old-index.html b/tools/htdocs/old-index.html index eafed5c..31bf511 100644 --- a/tools/htdocs/old-index.html +++ b/tools/htdocs/old-index.html @@ -46,13 +46,11 @@ Here is a completely functional (though ugly) MKWS-based searching application:

-
 <script type="text/javascript"
-        src="http://mkws.indexdata.com/mkws-complete.js"></script>
+  src="http://mkws.indexdata.com/mkws-complete.js"></script>
 <div id="mkwsSearch"></div>
 <div id="mkwsResults"></div>
-

That's it. A complete metasearching application. Everything else is refinement. -- 1.7.10.4