diff xsls/books.xsls @ 107:ee725af08951

Two unrelated changes were erroneously committed simultaneously: - Making the rest of HTML valid. - Updating the "Converting rewrite rules" howto examples to utilize the new power of the "return" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 12:39:11 +0000
parents 61e04fc01027
children f31230984540
line wrap: on
line diff
--- a/xsls/books.xsls	Wed Oct 19 10:39:49 2011 +0000
+++ b/xsls/books.xsls	Wed Oct 19 12:39:11 2011 +0000
@@ -1,6 +1,7 @@
 X:stylesheet {
 
-X:output method="html" indent="no" encoding="utf-8";
+X:output method="html" indent="no" encoding="utf-8"
+    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN";
 
 X:strip-space elements = "*";
 
@@ -42,7 +43,7 @@
 
     <td bgcolor="#EEEEEE">
     <a href="{@link}">
-    <img src="{@cover}" style="padding: 2pt;" border="0"/>
+    <img src="{@cover}" alt="" style="padding: 2pt;" border="0"/>
     </a>
     </td>