Page MenuHomePhabricator

Bad template rendering if contain a equal sign "="
Closed, InvalidPublic

Description

Author: baldassarre.cesarano

Description:
Template:InnerOk

'''{{{1}}}'''

Sandbox/TestEqual
This works:
Some text {{InnerOk|This is ok}} other text.


Not works:
Some text {{InnerOk|Middle = Text}} other text.


Version: 1.6.x
Severity: normal
OS: Windows 2000
Platform: PC

Details

Reference
bz4003

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:57 PM
bzimport set Reference to bz4003.
bzimport added a subscriber: Unknown Object (MLST).

That's setting a named parameter 'Middle' to the value 'Text'.

baldassarre.cesarano wrote:

Maybe...

Some text {{InnerOk|Middle = Text}} other text.

...?