r9243 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 12 21:30:42 UTC 2007


Author: dmn
Date: Mon Nov 12 21:30:41 2007
New Revision: 9243

URL: http://svn.debian.org/wsvn/?sc=1&rev=9243
Log:
Stupid s/HTM/HTML/

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=9243&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Mon Nov 12 21:30:41 2007
@@ -239,7 +239,7 @@
                 {
                     if( xml.status == 200 )
                     {
-                        el.innerHTM = xml.responseText;
+                        el.innerHTML = xml.responseText;
                     }
                     else
                     {




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