[Zope-Checkins] CVS: Zope/lib/python/OFS/standard - standard_error_message.dtml:1.4

Christian Theune ct at gocept.com
Thu Apr 1 14:58:46 EST 2004


Update of /cvs-repository/Zope/lib/python/OFS/standard
In directory cvs.zope.org:/tmp/cvs-serv7941

Modified Files:
	standard_error_message.dtml 
Log Message:
 - made closing </P> lowercase for xml compatibility (#1283)


=== Zope/lib/python/OFS/standard/standard_error_message.dtml 1.3 => 1.4 ===
--- Zope/lib/python/OFS/standard/standard_error_message.dtml:1.3	Tue Jul  8 01:54:08 2003
+++ Zope/lib/python/OFS/standard/standard_error_message.dtml	Thu Apr  1 14:58:45 2004
@@ -10,23 +10,23 @@
   </p>
   
   <p>
-  <strong>Error Type: &dtml-error_type;</strong><br />
-  <strong>Error Value: &dtml-error_value;</strong><br /> 
-  </P>
+      <strong>Error Type: &dtml-error_type;</strong><br/>
+      <strong>Error Value: &dtml-error_value;</strong><br/> 
+  </p>
  
   <hr noshade="noshade" />
  
   <p>Troubleshooting Suggestions</p>
 
   <ul>
-  <dtml-if "error_type in ('KeyError','NameError')">
-  <li>This resource may be trying to reference a
-  nonexistent object or variable <strong>&dtml-error_value;</strong>.</li>
-  </dtml-if>
-  <li>The URL may be incorrect.</li>
-  <li>The parameters passed to this resource may be incorrect.</li>
-  <li>A resource that this resource relies on may be encountering
-      an error.</li>
+      <dtml-if "error_type in ('KeyError','NameError')">
+      <li>This resource may be trying to reference a
+      nonexistent object or variable <strong>&dtml-error_value;</strong>.</li>
+      </dtml-if>
+      <li>The URL may be incorrect.</li>
+      <li>The parameters passed to this resource may be incorrect.</li>
+      <li>A resource that this resource relies on may be encountering
+          an error.</li>
   </ul>
 
   <p>For more detailed information about the error, please




More information about the Zope-Checkins mailing list