diff mod_http_dir_listing/http_dir_listing/resources/template.html @ 1325:b21236b6b8d8

Backed out changeset 853a382c9bd6
author Kim Alvefur <zash@zash.se>
date Fri, 28 Feb 2014 15:37:55 +0100
parents 853a382c9bd6
children
line wrap: on
line diff
--- a/mod_http_dir_listing/http_dir_listing/resources/template.html	Fri Feb 28 15:36:06 2014 +0100
+++ b/mod_http_dir_listing/http_dir_listing/resources/template.html	Fri Feb 28 15:37:55 2014 +0100
@@ -6,9 +6,9 @@
   </head>
   <body>
     <h1>Index of {path}</h1>
-      <article>
-        {filelist}
-      </article>
+
+		{filelist}
+
     <footer>{footer}</footer>
   </body>
 </html>