diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_post.html')
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_post.html b/phpBB/styles/subSilver/template/mcp_post.html index e5ce4d0abe..a86b63afd7 100644 --- a/phpBB/styles/subSilver/template/mcp_post.html +++ b/phpBB/styles/subSilver/template/mcp_post.html @@ -24,7 +24,7 @@ <td class="row2"><span class="gen">{POST_SUBJECT}</span></td> </tr> <tr> - <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td> + <td class="spacer" colspan="2" height="1"></td> </tr> <tr> <td class="row2" colspan="2"><span class="gen">{MESSAGE}</span></td> @@ -121,4 +121,4 @@ <!-- ENDIF --> </form> -<!-- INCLUDE overall_footer.html -->
\ No newline at end of file +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file |