summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksec
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-12 08:13:08 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-12 08:13:08 +0000
commit84025b482354270070e0b00d15398ae3ab9e20c7 (patch)
treeb87c9bb5ee7e224239a98cb41b8b733e9a5cddc0 /perl-install/standalone/draksec
parentf31bc3333e4ae3216722e46a27b20ee0577d7ce3 (diff)
downloaddrakx-backup-do-not-use-84025b482354270070e0b00d15398ae3ab9e20c7.tar
drakx-backup-do-not-use-84025b482354270070e0b00d15398ae3ab9e20c7.tar.gz
drakx-backup-do-not-use-84025b482354270070e0b00d15398ae3ab9e20c7.tar.bz2
drakx-backup-do-not-use-84025b482354270070e0b00d15398ae3ab9e20c7.tar.xz
drakx-backup-do-not-use-84025b482354270070e0b00d15398ae3ab9e20c7.zip
(basic_seclevel_explanations) explain
Diffstat (limited to 'perl-install/standalone/draksec')
-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 ];