diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/bbcode.html')
-rw-r--r-- | phpBB/styles/prosilver/template/bbcode.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 8a46fbdbb3..36c314e0c0 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -21,8 +21,8 @@ <!-- BEGIN b_open --><strong><!-- END b_open --> <!-- BEGIN b_close --></strong><!-- END b_close --> -<!-- BEGIN u_open --><u><!-- END u_open --> -<!-- BEGIN u_close --></u><!-- END u_close --> +<!-- BEGIN u_open --><span style="text-decoration: underline"><!-- END u_open --> +<!-- BEGIN u_close --></span><!-- END u_close --> <!-- BEGIN i_open --><em><!-- END i_open --> <!-- BEGIN i_close --></em><!-- END i_close --> |