diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-20 14:02:12 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-05-20 14:02:12 +0000 |
commit | 2f9992bc3abdce909c5e203873a79b1e4786cb00 (patch) | |
tree | 5dc34c7d9f813f9120dd46f87fad8470ac1a32c7 /phpBB/styles/prosilver/template/bbcode.html | |
parent | d5477a53dac3a655907b45986b25c962335b086c (diff) | |
download | forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.gz forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.bz2 forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.xz forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.zip |
sorry for the change, but i have to agree, they are used for very different purposes. ;)
git-svn-id: file:///svn/phpbb/trunk@7653 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/bbcode.html')
-rw-r--r-- | phpBB/styles/prosilver/template/bbcode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 36c314e0c0..30d68af614 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -12,7 +12,7 @@ <!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open --> <!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> -<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL}</a></dt><dd><code><!-- END code_open --> +<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open --> <!-- BEGIN code_close --></code></dd></dl><!-- END code_close --> <!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> |