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

Christian Theune ct at gocept.com
Thu Apr 1 15:06:14 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	standard_error_message.dtml 
Log Message:
 - fix for #1283: DTML Method "standard_error_message" with uppercase html tag


=== Zope/lib/python/OFS/standard/standard_error_message.dtml 1.2.144.1 => 1.2.144.2 ===
--- Zope/lib/python/OFS/standard/standard_error_message.dtml:1.2.144.1	Tue Jul  8 01:56:52 2003
+++ Zope/lib/python/OFS/standard/standard_error_message.dtml	Thu Apr  1 15:06:13 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