aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/register.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-09 14:39:04 +0000
committernikrou <nikrou@piwigo.org>2006-04-09 14:39:04 +0000
commitb3c2da5ef3ec169307bdee4bd51fc1e1b5e9b390 (patch)
tree043f790025f1f8a999d9a87a64cba661e63101f6 /template/yoga/register.tpl
parent9fe82e13467bd435bd97223ef4c295b075fcab78 (diff)
bug fixed: script type missing (text/javascript)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1142 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/register.tpl')
-rw-r--r--template/yoga/register.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/register.tpl b/template/yoga/register.tpl
index b00dd9e79..be3fb4a79 100644
--- a/template/yoga/register.tpl
+++ b/template/yoga/register.tpl
@@ -63,7 +63,7 @@
</form>
-<script><!--
+<script type="text/javascript"><!--
document.register_form.login.focus();
//--></script>