Browse Source

Oops, forgot to comment out '/'

sbingner 23 years ago
parent
commit
f9b3c1061a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/Pisg/HTMLGenerator.pm

+ 1 - 1
modules/Pisg/HTMLGenerator.pm

@@ -1808,7 +1808,7 @@ sub _replace_links
 sub _split_long_text
 sub _split_long_text
 {
 {
     my ($self, $str) = @_;
     my ($self, $str) = @_;
-    $str =~ s/(\S{$self->{cfg}->{quotewidth}})(?!\s)/$1-<br />/og;
+    $str =~ s/(\S{$self->{cfg}->{quotewidth}})(?!\s)/$1-<br \/>/og;
 
 
     return($str);
     return($str);
 }
 }