Package: blosxom
Version: 2.1.2-1
Severity: normal

In the default output i found...

<meta http-equiv="content-type" content="text/html; charset=$blog_encoding" >

Where $blog_encoding is actually a default variable.

Looking at the interpolate subroutine...

    $interpolate = sub {
        package blosxom;
        my $template = shift;
        # Interpolate scalars, namespaced scalars, and hash/hashref scalars
        $template =~ s/(\$\w+(?:::\w+)*(?:(?:->)?{(['"]?)[-\w]+\2})?)/"defined 
$1 ? $1 : ''"/gee;
        return $template;
    };


the substitute regular expression doesnt seem to include underscore.

absolutely though, its not picking up $blog_encoding as it should at least be 
replacing it with ''

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-308.8.2.el5.028stab101.1 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages blosxom depends on:
ii  perl                   5.10.1-17squeeze4 Larry Wall's Practical Extraction 

Versions of packages blosxom recommends:
ii  apache2-mpm-prefork [ 2.2.16-6+squeeze10 Apache HTTP Server - traditional n

blosxom suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to