mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
29 lines
637 B
Diff
29 lines
637 B
Diff
--- a/Documentation/Utilities/webbuilder.pl.in
|
|
+++ b/Documentation/Utilities/webbuilder.pl.in
|
|
@@ -68,11 +68,7 @@ sub convert
|
|
sub print_head
|
|
{
|
|
my ($xml_head, $file) = @ARG;
|
|
- my $ml, $buffer;
|
|
-
|
|
- # Don't know what this does, but Perceps does it:
|
|
- if ($*) { $ml=1; }
|
|
- else { $ml=0; }
|
|
+ my $buffer;
|
|
|
|
# Read theme from disk and execute it:
|
|
if ( -e $file )
|
|
@@ -93,11 +89,7 @@ sub print_head
|
|
sub print_body
|
|
{
|
|
my ($xml_body, $file) = @ARG;
|
|
- my $ml, $buffer;
|
|
-
|
|
- # Don't know what this does, but Perceps does it:
|
|
- if ($*) { $ml=1; }
|
|
- else { $ml=0; }
|
|
+ my $buffer;
|
|
|
|
# Read theme from disk and execute it:
|
|
if ( -e $file )
|