Clear up a few more minor template issues that have been reported

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5269 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames 2005-10-10 20:25:48 +00:00
parent eac5e69be1
commit 7f6027d082
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<html> <html>
<head> <head dir="{S_CONTENT_DIRECTION}">
<title>phpBB Administration</title> <title>phpBB Administration</title>
<meta http-equiv="Content-Type" content="text/html;"> <meta http-equiv="Content-Type" content="text/html;">
</head> </head>

View file

@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html dir="{S_CONTENT_DIRECTION}">
<head> <head>
{META} {META}
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />

View file

@ -1,7 +1,7 @@
<h1>{L_STYLES_TITLE}</h1> <h1>{L_STYLES_TITLE}</h1>
<P>{L_STYLES_ADD_TEXT}</p> <p>{L_STYLES_ADD_TEXT}</p>
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr> <tr>
@ -16,4 +16,4 @@
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td> <td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td>
</tr> </tr>
<!-- END styles --> <!-- END styles -->
</table></form> </table>

View file

@ -1,7 +1,7 @@
<h1>{L_STYLES_TITLE}</h1> <h1>{L_STYLES_TITLE}</h1>
<P>{L_STYLES_TEXT}</p> <p>{L_STYLES_TEXT}</p>
<table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline"> <table cellspacing="1" cellpadding="4" border="0" align="center" class="forumline">
<tr> <tr>
@ -18,4 +18,4 @@
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td> <td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td>
</tr> </tr>
<!-- END styles --> <!-- END styles -->
</table></form> </table>