diff options
author | s9e <s9e.dev@gmail.com> | 2013-11-21 23:20:16 +0100 |
---|---|---|
committer | s9e <s9e.dev@gmail.com> | 2013-11-21 23:20:16 +0100 |
commit | 263f213ffe9fa5999fff8274983daa24eec07f55 (patch) | |
tree | 48fd37819698b88646a5de2987ef208ec79679b2 | |
parent | df7fa8e4991a4b4fe439371c5d433b4e59996205 (diff) | |
download | forums-263f213ffe9fa5999fff8274983daa24eec07f55.tar forums-263f213ffe9fa5999fff8274983daa24eec07f55.tar.gz forums-263f213ffe9fa5999fff8274983daa24eec07f55.tar.bz2 forums-263f213ffe9fa5999fff8274983daa24eec07f55.tar.xz forums-263f213ffe9fa5999fff8274983daa24eec07f55.zip |
[ticket/12028] Replace L_COLON with literal colon
Replace L_COLON with literal colon in JavaScript context.
[ci skip]
PHPBB3-12028
-rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/posting_buttons.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index c5cdfad156..e8338c6c86 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -28,7 +28,7 @@ y: '{LA_BBCODE_Y_HELP}', d: '{LA_BBCODE_D_HELP}' <!-- BEGIN custom_tags --> - ,cb_{custom_tags.BBCODE_ID}{L_COLON} '{custom_tags.A_BBCODE_HELPLINE}' + ,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}' <!-- END custom_tags --> } diff --git a/phpBB/styles/subsilver2/template/posting_buttons.html b/phpBB/styles/subsilver2/template/posting_buttons.html index 7a3a4ca73c..06de2c3169 100644 --- a/phpBB/styles/subsilver2/template/posting_buttons.html +++ b/phpBB/styles/subsilver2/template/posting_buttons.html @@ -27,7 +27,7 @@ d: '{LA_BBCODE_D_HELP}', tip: '{L_STYLES_TIP}' <!-- BEGIN custom_tags --> - ,cb_{custom_tags.BBCODE_ID}{L_COLON} '{custom_tags.A_BBCODE_HELPLINE}' + ,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}' <!-- END custom_tags --> } |