mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed 404 for spacer.gif ( #503713 )
git-svn-id: file:///svn/phpbb/trunk@1894 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d9dd3f4edf
commit
8c3587862b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END reg_user_row -->
|
<!-- END reg_user_row -->
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="5" height="1" class="row3"><img src="templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
<td colspan="5" height="1" class="row3"><img src="../templates/subSilver/images/spacer.gif" width="1" height="1" alt="."></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- BEGIN guest_user_row -->
|
<!-- BEGIN guest_user_row -->
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue