mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge pull request #1883 from s9e/ticket/12028
[ticket/12028] Replace L_COLON with literal colon
This commit is contained in:
commit
5220013f9d
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
y: '{LA_BBCODE_Y_HELP}',
|
y: '{LA_BBCODE_Y_HELP}',
|
||||||
d: '{LA_BBCODE_D_HELP}'
|
d: '{LA_BBCODE_D_HELP}'
|
||||||
<!-- BEGIN custom_tags -->
|
<!-- 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 -->
|
<!-- END custom_tags -->
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
d: '{LA_BBCODE_D_HELP}',
|
d: '{LA_BBCODE_D_HELP}',
|
||||||
tip: '{L_STYLES_TIP}'
|
tip: '{L_STYLES_TIP}'
|
||||||
<!-- BEGIN custom_tags -->
|
<!-- 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 -->
|
<!-- END custom_tags -->
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue