From: Matthew Vernon Date: Wed, 2 Apr 2014 21:00:53 +0000 (+0100) Subject: Line-wrap articles in the moderation screen X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=commitdiff_plain;h=20f9131ed0735ec90769865f56e0079b94582c73;p=modbot-ulm.git Line-wrap articles in the moderation screen The ULM mods asked for the
 tags in the single-article moderation
screen to be modified to line-wrap long lines in posts (e.g. from
google groups).
---

diff --git a/webstump/scripts/html_output.pl b/webstump/scripts/html_output.pl
index 7134ba7..bf6707d 100644
--- a/webstump/scripts/html_output.pl
+++ b/webstump/scripts/html_output.pl
@@ -211,7 +211,7 @@ sub html_moderate_article {
 
       print "
\n" if &print_article_warning( $file ); - print "
\n";
+      print "
\n";
       my $filename;
       my $inhead= 1;
       while( $filename =  ) {