|
From: Bart v. B. <ba...@us...> - 2002-02-17 15:27:14
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv31140
Modified Files:
posting_preview.tpl
Log Message:
Fixed #506371, fontchange after quote in NS4.x.
Index: posting_preview.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_preview.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** posting_preview.tpl 8 Jan 2002 18:33:13 -0000 1.4
--- posting_preview.tpl 17 Feb 2002 15:27:11 -0000 1.5
***************
*** 8,12 ****
</tr>
<tr>
! <td class="row1"><span class="postbody">{MESSAGE}</span></td>
</tr>
<tr>
--- 8,20 ----
</tr>
<tr>
! <td class="row1">
! <table width="100%" border="0" cellspacing="0" cellpadding="0">
! <tr>
! <td>
! <span class="postbody">{MESSAGE}</span>
! </td>
! </tr>
! </table>
! </td>
</tr>
<tr>
|