From d1f96824819e98e98e8cee39666142254388bd86 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 1 Nov 2007 17:01:24 +0000 Subject: [PATCH] ebl remove buggy lines git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5828 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/script/tpl_extract_msg.pl | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.39.5