diff options
Diffstat (limited to 'phpBB/templates/subSilver/bbcode.html')
| -rw-r--r-- | phpBB/templates/subSilver/bbcode.html | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/phpBB/templates/subSilver/bbcode.html b/phpBB/templates/subSilver/bbcode.html index cef1416c01..8c62f189dc 100644 --- a/phpBB/templates/subSilver/bbcode.html +++ b/phpBB/templates/subSilver/bbcode.html @@ -7,21 +7,26 @@ <!-- BEGIN listitem --><li><!-- END listitem --> <!-- BEGIN listitem_close --></li><!-- END listitem_close --> -<!-- BEGIN quote_username_open --><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> - <tr> - <td><b class="genmed">{USERNAME} {L_WROTE}:</b></td> - </tr> +<!-- BEGIN quote_username_open --> +<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> - <td class="quote"><!-- END quote_username_open --> -<!-- BEGIN quote_open --><table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> + <td class="quote"><b>{USERNAME} {L_WROTE}:</b><hr /> +<!-- END quote_username_open --> + +<!-- BEGIN quote_open --> +<table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td><b class="genmed">{L_QUOTE}:</b></td> </tr> <tr> - <td class="quote"><!-- END quote_open --> -<!-- BEGIN quote_close --></td> + <td class="quote"> +<!-- END quote_open --> + +<!-- BEGIN quote_close --> + </td> </tr> -</table><!-- END quote_close --> +</table> +<!-- END quote_close --> <!-- BEGIN code_open --> <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> @@ -29,10 +34,14 @@ <td><b class="genmed">{L_CODE}:</b></td> </tr> <tr> - <td class="code"><!-- END code_open --> -<!-- BEGIN code_close --></td> + <td class="code"> +<!-- END code_open --> + +<!-- BEGIN code_close --> + </td> </tr> -</table><!-- END code_close --> +</table> +<!-- END code_close --> <!-- BEGIN b_open --><span style="font-weight: bold"><!-- END b_open --> |
