mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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:
parent
eac5e69be1
commit
7f6027d082
4 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<html>
|
||||
<head>
|
||||
<head dir="{S_CONTENT_DIRECTION}">
|
||||
<title>phpBB Administration</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;">
|
||||
</head>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<html dir="{S_CONTENT_DIRECTION}">
|
||||
<head>
|
||||
{META}
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
<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">
|
||||
<tr>
|
||||
|
@ -16,4 +16,4 @@
|
|||
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_INSTALL}">{L_INSTALL}</a></td>
|
||||
</tr>
|
||||
<!-- END styles -->
|
||||
</table></form>
|
||||
</table>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
<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">
|
||||
<tr>
|
||||
|
@ -18,4 +18,4 @@
|
|||
<td class="{styles.ROW_CLASS}"><a href="{styles.U_STYLES_DELETE}">{L_DELETE}</a></td>
|
||||
</tr>
|
||||
<!-- END styles -->
|
||||
</table></form>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Reference in a new issue