[pLog-svn] r1836 - plog/branches/plog-1.0.1/templates/standard-with-plugins

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Apr 14 17:30:17 GMT 2005


Author: mark
Date: 2005-04-14 17:30:17 +0000 (Thu, 14 Apr 2005)
New Revision: 1836

Modified:
   plog/branches/plog-1.0.1/templates/standard-with-plugins/commentform.template
Log:
Remove the for attribute in <lable> tag, to fit the XHTML spec. According to Monjo's suggestions.

Mark

Modified: plog/branches/plog-1.0.1/templates/standard-with-plugins/commentform.template
===================================================================
--- plog/branches/plog-1.0.1/templates/standard-with-plugins/commentform.template	2005-04-14 17:29:41 UTC (rev 1835)
+++ plog/branches/plog-1.0.1/templates/standard-with-plugins/commentform.template	2005-04-14 17:30:17 UTC (rev 1836)
@@ -10,7 +10,7 @@
    	 {if !empty($smileys)}
    	  {if $smileys->isEnabled()}
        <script type="text/javascript" src="{$url->getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script>
-       <br/><label for="simleysBar"></label>{$smileys->generateSmileysBar()}
+       <br/><label></label>{$smileys->generateSmileysBar()}
       {/if}
      {/if}
     </div> 




More information about the pLog-svn mailing list