mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Cosmetic change, added NOWRAP to table cell
git-svn-id: file:///svn/phpbb/trunk@52 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cc0f5f6453
commit
52c15e54c6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<td>
|
||||
<table border="0" width="100%" bgcolor="#CCCCCC" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}">
|
||||
<td align="left" style="{font-size: 8pt; height: 55px;}" nowrap>
|
||||
<div style="{font-size: 10pt; font-weight: bold}">{FORUM_NAME}</div>
|
||||
Moderated by - {MODERATORS}<br>
|
||||
<a href="index.{PHPEX}">{SITENAME} - Forum Index</a> >> {FORUM_NAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue