aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver')
-rw-r--r--phpBB/styles/subSilver/template/login_body.html2
-rw-r--r--phpBB/styles/subSilver/template/login_forum.html2
-rw-r--r--phpBB/styles/subSilver/template/mcp_viewlogs.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/login_body.html b/phpBB/styles/subSilver/template/login_body.html
index 4e2ee00ae4..284b639f7d 100644
--- a/phpBB/styles/subSilver/template/login_body.html
+++ b/phpBB/styles/subSilver/template/login_body.html
@@ -12,7 +12,7 @@
</tr>
<!-- IF LOGIN_EXPLAIN && not S_ADMIN_AUTH -->
<tr>
- <td class="row3" colspan="2" align="center"><span class="gensmall">{LOGIN_EXPLAIN}</td>
+ <td class="row3" colspan="2" align="center"><span class="gensmall">{LOGIN_EXPLAIN}</span></td>
</tr>
<!-- ENDIF -->
<tr><!-- IF not S_ADMIN_AUTH -->
diff --git a/phpBB/styles/subSilver/template/login_forum.html b/phpBB/styles/subSilver/template/login_forum.html
index 897631c92a..24037aa276 100644
--- a/phpBB/styles/subSilver/template/login_forum.html
+++ b/phpBB/styles/subSilver/template/login_forum.html
@@ -9,7 +9,7 @@
<th>{L_LOGIN}</th>
</tr>
<tr>
- <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</td>
+ <td class="row3" align="center"><span class="gensmall">{L_LOGIN_FORUM}</span></td>
</tr>
<tr>
<td class="row1" align="center">
diff --git a/phpBB/styles/subSilver/template/mcp_viewlogs.html b/phpBB/styles/subSilver/template/mcp_viewlogs.html
index 262dd0dcb1..2cd64e025b 100644
--- a/phpBB/styles/subSilver/template/mcp_viewlogs.html
+++ b/phpBB/styles/subSilver/template/mcp_viewlogs.html
@@ -20,7 +20,7 @@
</tr>
<!-- IF S_TOPIC_ID -->
<tr>
- <td class="row3" colspan="5"><span class="gensmall">{L_LOGS_CURRENT_TOPIC} <a href="{U_VIEWTOPIC}"><b>{TOPIC_NAME}</b></a></td>
+ <td class="row3" colspan="5"><span class="gensmall">{L_LOGS_CURRENT_TOPIC} <a href="{U_VIEWTOPIC}"><b>{TOPIC_NAME}</b></a></span></td>
</tr>
<!-- ENDIF -->
<!-- BEGIN log -->