← All changes
|
framework/developer/interface/block/shortcode/parameters/parameters.php
+1
-1
10
→
8.0
View file →
| @@ -131,9 +131,9 @@ | ||
| 131 | 131 | * @param mixed $blockName |
| 132 | 132 | */ |
| 133 | 133 | public function shortcode($blockName) { |
| 134 | 134 | // Initialize. |
| 135 | - $shortcode = "[cjtoolbox name='{$blockName}'%s]%s[/cjtoolbox]"; // <-- CODE MODIFIED BY RBJ | |
| 135 | + $shortcode = "[cjtoolbox name='{$blockName}'\n\t\t%s]%s\n[/cjtoolbox]"; | |
| 136 | 136 | $shortcodeContent = ''; |
| 137 | 137 | $params = $this->getParams(); |
| 138 | 138 | $attributes = array(); |
| 139 | 139 | // Process all parameters except of the Shortcode Content parameter. |