r11904 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 2 11:42:25 UTC 2008


Author: dmn
Date: Wed Jan  2 11:42:24 2008
New Revision: 11904

URL: http://svn.debian.org/wsvn/?sc=1&rev=11904
Log:
Put Reload button into a <p> so that correct xhtml is produced

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=11904&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Wed Jan  2 11:42:24 2008
@@ -309,7 +309,7 @@
         "7200" => "2 hours"
     }
 }).join("\n")) %]
-[% CGI.submit({ Label => 'Reload' }) %]
+[% CGI.p( CGI.submit({ Label => 'Reload' }) ) %]
 [% CGI.end_form.join("\n") %]
 </div>
 <p id="w3org">




More information about the Pkg-perl-cvs-commits mailing list