PluginProbe
CSS & JavaScript Toolbox / 8.0
CSS & JavaScript Toolbox v8.0
trunk 0.3 0.8 10 10.1 11 11.2 11.3 11.4 11.5 11.6 11.7 11.8 11.9 11.9.1 12 12.0 12.0.1 12.0.3 12.0.4 12.0.5 12.0.6 12.0.7 6.0 6.0.11 All 60 releases
← All changes | framework/developer/interface/block/shortcode/parameters/parameters.php +1 -1 108.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.