mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Fixes shortcode wrapper conflict within the same template.
This commit is contained in:
@@ -10,4 +10,7 @@
|
||||
|
||||
|
||||
$_BLANK_WRAPPER['default']['BLANK_TEST'] = "[ {---} ]";
|
||||
$_BLANK_TEMPLATE['default'] = "<div>{BLANK_TEST}</div>";
|
||||
$_BLANK_TEMPLATE['default'] = "<div>{BLANK_TEST}</div>";
|
||||
|
||||
|
||||
$_BLANK_TEMPLATE['other'] = "<div>{BLANK_TEST}</div>";
|
Reference in New Issue
Block a user