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.
2 parents efe6195 + 3278968 commit c34b179Copy full SHA for c34b179
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