Skip to content

Conversation

@CySSoO
Copy link
Contributor

@CySSoO CySSoO commented Jan 22, 2026

Motivation

  • Fix a Smarty template syntax error caused by using the nofilter modifier with pipe syntax which produced an "unknown modifier 'nofilter'" error at render time.

Description

  • Replace {$block.settings.css_class|nofilter} and {$block.settings.code|nofilter} with the correct Smarty flag syntax {$block.settings.css_class nofilter} and {$block.settings.code nofilter} in views/templates/hook/prettyblocks/prettyblock_custom_code.tpl.

Testing

  • No automated tests were run because this is a template-only syntax fix and the change was validated by updating and committing the template file.

Codex Task

@CySSoO CySSoO merged commit 191127a into master Jan 22, 2026
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants