We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe6195 commit 3278968Copy full SHA for 3278968
Classes/Template.php
@@ -515,7 +515,6 @@ protected function renderLoop($loopName) {
515
$iterationCount = 0;
516
foreach ($loopVariables as $value) {
517
// escape content and title
518
- $value = str_replace('#', '#', $value);
519
if (isset($value['content'])) {
520
$value['content'] = $this->escapeResultContent($value['content']);
521
}
0 commit comments