]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
there is no onClick attribute, only onclick
authorChristian Weiske <cweiske@cweiske.de>
Mon, 16 May 2011 10:54:05 +0000 (12:54 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 16 May 2011 10:54:05 +0000 (12:54 +0200)
data/templates/editprofile.tpl.php

index 258e8648161b401e23bca41ba01cf48c5936b6e1..70f340d488a9c6d19b72cfc3a9ffa763c77cbb1b 100644 (file)
@@ -35,7 +35,9 @@ $this->includeTemplate($GLOBALS['top_include']);
         <input type="text" id="pPrivateKey" name="pPrivateKey" size="40" value="<?php echo $privateKey;?>" readonly="readonly" />
         <!--<input type="button" name="submittedPK" value="<?php echo T_('Generate New Key'); ?>" />-->
 
-        <a onClick="getNewPrivateKey(this); return false;"><button type="submit" name="submittedPK" value="1"><?php echo T_('Generate New Key'); ?></button></a>
+        <a onclick="getNewPrivateKey(this); return false;">
+         <button type="submit" name="submittedPK" value="1"><?php echo T_('Generate New Key'); ?></button>
+        </a>
     </td>
 </tr>
 </table>