From: Eric Bollengier Date: Thu, 1 Nov 2007 17:01:24 +0000 (+0000) Subject: ebl remove buggy lines X-Git-Tag: Release-3.0.0~2315 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1f96824819e98e98e8cee39666142254388bd86;p=bacula%2Fbacula ebl remove buggy lines git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5828 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/script/tpl_extract_msg.pl b/gui/bweb/script/tpl_extract_msg.pl index feda469bc6..b9ba549c09 100755 --- a/gui/bweb/script/tpl_extract_msg.pl +++ b/gui/bweb/script/tpl_extract_msg.pl @@ -81,6 +81,7 @@ sub text { # skip some special cases return if ($text eq ' '); return if ($text !~ /\w/); + return if ($text =~ />/); print_it($text); }