[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser - showTextTBEntry.pt:1.3

Jim Fulton jim@zope.com
Wed, 13 Nov 2002 15:38:57 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv3011/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser

Modified Files:
	showTextTBEntry.pt 
Log Message:
fixed DOS line endings

=== Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser/showTextTBEntry.pt 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser/showTextTBEntry.pt:1.2	Wed Oct 23 12:00:19 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/ErrorReportingService/Views/Browser/showTextTBEntry.pt	Wed Nov 13 15:38:26 2002
@@ -1,7 +1,7 @@
-<html>
- <div tal:define="entry python:context.getLogEntryById(request.get('id'))">
-  <pre tal:content="entry/tb_text">
-	Traceback (text)
-  </pre>
- </div>
+<html>
+ <div tal:define="entry python:context.getLogEntryById(request.get('id'))">
+  <pre tal:content="entry/tb_text">
+	Traceback (text)
+  </pre>
+ </div>
 </html>