Skip to content

Commit

Permalink
Did i say balanceTags is crap.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Jun 19, 2015
1 parent 4d0d386 commit 996cdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Admin/admin.pl
Expand Up @@ -1189,7 +1189,7 @@ sub editStory {
$storyref->{$field} = balanceTags($storyref->{$field});
$storyref->{$field} =~ s|</p>|</p>\n\n|g;
$storyref->{$field} =~ s|</blockquote>|</blockquote>\n\n|g;
$storyref->{$field} =~ s|<hr> </p>|<hr>|g;
$storyref->{$field} =~ s|<hr>\s</p>|<hr>|g;
}

$form->{uid} ||= $user->{uid};
Expand Down

0 comments on commit 996cdf2

Please sign in to comment.