merged branch robocoder/patch-1 (PR #3701)

Commits
-------

33382cd Add exception-controller attribute to xsd

Discussion
----------

Add exception-controller attribute to xsd
This commit is contained in:
Fabien Potencier 2012-03-29 08:56:32 +02:00
commit 13a27ed73a

View File

@ -20,6 +20,7 @@
<xsd:attribute name="charset" type="xsd:string" />
<xsd:attribute name="debug" type="xsd:string" />
<xsd:attribute name="strict-variables" type="xsd:string" />
<xsd:attribute name="exception-controller" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="form">