summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draksec1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec
index 5435599d9..dc6dcf049 100755
--- a/perl-install/standalone/draksec
+++ b/perl-install/standalone/draksec
@@ -75,6 +75,7 @@ sub basic_seclevel_explanations() {
my $text = Gtk2::TextView->new;
use Gtk2::Pango;
my %common_opts = ('left-margin' => '10', 'right-margin' => '10');
+ # this is a small parser for a Pango Text Attribute Markup Language-like for TextViews widget
gtktext_insert($text, [ map {
if (s!^/span>!!) {
[ $_, \%common_opts ];