From 20f9131ed0735ec90769865f56e0079b94582c73 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Wed, 2 Apr 2014 22:00:53 +0100 Subject: [PATCH] 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).
---
 webstump/scripts/html_output.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 =  ) {
-- 
2.30.2