]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-03-16 19:53:49 by cjwatson]
authorcjwatson <>
Thu, 17 Mar 2005 03:53:49 +0000 (19:53 -0800)
committercjwatson <>
Thu, 17 Mar 2005 03:53:49 +0000 (19:53 -0800)
fix paragraph ordering

Debbugs/Log.pm

index fbc445883d5516d843fc1262b5e2da40a1cf0c4b..5889fdc6c384e0c07e7befb4feaa0b7f462b3324 100644 (file)
@@ -74,15 +74,15 @@ of the message itself.
 [html] is copied unescaped to the output. The record immediately following
 this one is considered "boring" and only shown in certain output modes.
 
-No other types of records are permitted, and the file must end with a ^C
-line.
-
 (This is a design flaw in the log format, since it makes it difficult to
 change the HTML presentation later, or to present the data in an entirely
 different format.)
 
 =back
 
+No other types of records are permitted, and the file must end with a ^C
+line.
+
 =head2 Perl Record Representation
 
 Each record is a hash. The C<type> field is C<incoming-recv>, C<autocheck>,