aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/upgrade.tpl
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2009-03-09 19:41:45 +0000
committernikrou <nikrou@piwigo.org>2009-03-09 19:41:45 +0000
commitbea3462f56e589ac95619c865cb4d89efe554d13 (patch)
tree048b6e1e0737604053f6982ebae253c9ce7fc332 /admin/template/goto/upgrade.tpl
parent10e179f482cdba4ba8bfbe98a51b160435d399c1 (diff)
fix html warnings. unclosed monotags
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/upgrade.tpl')
-rw-r--r--admin/template/goto/upgrade.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/template/goto/upgrade.tpl b/admin/template/goto/upgrade.tpl
index b23448223..00cc297cf 100644
--- a/admin/template/goto/upgrade.tpl
+++ b/admin/template/goto/upgrade.tpl
@@ -68,17 +68,17 @@ textarea { margin-left: 20px; }
<table>
<tr>
<td>{'Username'|@translate}</td>
- <td><input type="text" name="username" id="username" size="25" maxlength="40" style="width: 150px;" /></td>
+ <td><input type="text" name="username" id="username" size="25" maxlength="40" style="width: 150px;"></td>
</tr>
<tr>
<td>{'Password'|@translate}</td>
- <td><input type="password" name="password" id="password" size="25" maxlength="25" style="width: 150px;" /></td>
+ <td><input type="password" name="password" id="password" size="25" maxlength="25" style="width: 150px;"></td>
</tr>
</table>
{/if}
<p style="text-align: center;">
-<input class="submit" type="submit" name="submit" value="{'Upgrade from %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}"/>
+<input class="submit" type="submit" name="submit" value="{'Upgrade from %s to %s'|@translate|@sprintf:$introduction.CURRENT_RELEASE:$RELEASE}">
</p>
</form>
<!--
@@ -107,7 +107,7 @@ textarea { margin-left: 20px; }
</ul>
<form action="index.php" method="post">
-<p><input type="submit" name="submit" value="{'home'|@translate}"/></p>
+<p><input type="submit" name="submit" value="{'home'|@translate}"></p>
</form>
{/if}