af06015ded
Commit log: https://sourceforge.net/p/logwatch/git/ci/85e5559c3457c6a46affa81a0cae7e75499029b7/log/ PR: 284261
12 lines
375 B
Plaintext
12 lines
375 B
Plaintext
--- scripts/services/syslog-ng.orig 2024-11-19 14:07:57.207167000 +0100
|
|
+++ scripts/services/syslog-ng 2024-12-26 10:49:42.400462000 +0100
|
|
@@ -35,7 +35,7 @@
|
|
|
|
#use warnings;
|
|
use strict;
|
|
-use HTML::Entities qw(encode_entities);
|
|
+use HTML::HTML5::Entities qw(encode_entities);
|
|
|
|
my $Detail = $ENV{'LOGWATCH_DETAIL_LEVEL'} || 0;
|
|
my $Version = "1.4-20130219";
|