Page MenuHomePhabricator

Partial forms converting template-symbols when saving or using preview
Closed, ResolvedPublic

Description

Author: j.b.e

Description:
I'm having a problem when saving a page using a partial form.
For some reason, symbols get converted into � (Firefox) or ? (Internet Explorer).
For example, a new page is created using a partial form for 'template1'. This is the result, when you save the form and than use the "normal" edit view:

{{template1

param1=�{template2}} <= template1 will be closed here!
param2=blablabla
param3=blablablabla
param4={{template2}} <= Here it is correct!
param5=blabla

}�

(I use Semantic Forms 1.9)


Version: unspecified
Severity: critical

Details

Reference
bz23246

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 11:09 PM
bzimport set Reference to bz23246.

j.b.e wrote:

Proposed patch

Attached:

JBE - I just checked this patch in to SVN, and it seems to solve the problem. Thanks for the patch! And sorry for the extremely long delay. :(