aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-11-21 14:24:56 -0800
committerNathan Guse <nathaniel.guse@gmail.com>2013-11-21 14:24:56 -0800
commit5220013f9da1b317aa2961196323c08c70b1df24 (patch)
tree35ed3c7f2f70b8d6dbcbb2013a759da5ba113fb7
parentb64d94b6bcfdc4afdab37bb530682d217f23c809 (diff)
parent263f213ffe9fa5999fff8274983daa24eec07f55 (diff)
downloadforums-5220013f9da1b317aa2961196323c08c70b1df24.tar
forums-5220013f9da1b317aa2961196323c08c70b1df24.tar.gz
forums-5220013f9da1b317aa2961196323c08c70b1df24.tar.bz2
forums-5220013f9da1b317aa2961196323c08c70b1df24.tar.xz
forums-5220013f9da1b317aa2961196323c08c70b1df24.zip
Merge pull request #1883 from s9e/ticket/12028
[ticket/12028] Replace L_COLON with literal colon
-rw-r--r--phpBB/styles/prosilver/template/posting_buttons.html2
-rw-r--r--phpBB/styles/subsilver2/template/posting_buttons.html2
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 -->
}