[CMF-checkins] CVS: CMF/CMFDefault/skins/zpt_generic - standard_error_message.pt:1.6

Martijn Pieters mj@zope.com
Thu, 1 Aug 2002 15:57:46 -0400


Update of /cvs-repository/CMF/CMFDefault/skins/zpt_generic
In directory cvs.zope.org:/tmp/cvs-serv30776

Modified Files:
	standard_error_message.pt 
Log Message:
error_type and error_value should be quoted; they should never contain HTML.


=== CMF/CMFDefault/skins/zpt_generic/standard_error_message.pt 1.5 => 1.6 ===
   <p>An error was encountered while publishing this resource.</p>
   
   <p> <strong>Error Type:
-        <span tal:replace="structure options/error_type" />
+        <span tal:replace="options/error_type" />
       </strong>
   <br><strong>Error Value:
-      <span tal:replace="structure options/error_value" /></strong>
+      <span tal:replace="options/error_value" /></strong>
   <br> 
   </p>