We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85718f0 commit 128c0c2Copy full SHA for 128c0c2
lib/classes/output/mustache_pix_helper.php
@@ -68,7 +68,6 @@ public function pix($text, Mustache_LambdaHelper $helper) {
68
if (!$component) {
69
$component = '';
70
}
71
- $component = $helper->render($component);
72
$text = strtok("");
73
// Allow mustache tags in the last argument.
74
$text = trim($helper->render($text));
0 commit comments