[rt-commit] [svn] r565 - in rt/branches/rt-3.1: . html/Ticket

jesse at fsck.com jesse at fsck.com
Sun Mar 14 16:30:03 EST 2004


Author: jesse
Date: Sun Mar 14 16:30:02 2004
New Revision: 565

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/html/Ticket/ShowEmailRecord.html
Log:
Pushing up ShowEmailRecord change

Modified: rt/branches/rt-3.1/html/Ticket/ShowEmailRecord.html
==============================================================================
--- rt/branches/rt-3.1/html/Ticket/ShowEmailRecord.html	(original)
+++ rt/branches/rt-3.1/html/Ticket/ShowEmailRecord.html	Sun Mar 14 16:30:02 2004
@@ -1,3 +1,6 @@
+<%attr>
+AutoFlush => 0
+</%attr>
 <%args>
 $Attachment => undef
 $Transaction => undef
@@ -13,10 +16,11 @@
      unless ($AttachmentObj->TransactionId() == $Transaction ) {
         Abort(loc("Attachment '[_1]' could not be loaded", $Attachment));
      }
-
+$m->content_type('text/plain');
 </%init>
 <pre>
 <%$AttachmentObj->Headers%>
-<hr>
+
 <%$AttachmentObj->Content%>
 </pre>
+%$m->abort();



More information about the Rt-commit mailing list