-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: libhtml-mason-perl-examples
Version: 1:1.39-1
Severity: Minor

The output generated by various mason examples, e.g.,
http://localhost/mason_example/index.html ,
contains a spurious "#". That is displayed by the browser next to the
"powered by Mason" logo, and can be found in the generated HTML code
in the <div class=footer> as follows:

> <div class=footer>
>
> #
> </div>
> </td></tr></table>
>
> </body>
> </html>

This output is the result of a line

#<% $ENV{UNIQUE_ID} %>

in
/usr/share/doc/libhtml-mason-perl-examples/examples/mason_example/autohandler
resp. its active copy /var/www/mason_example/autohandler .

I guess someone tried to comment out that line, but did not quite succeed.
Compare http://www.masonhq.com/docs/manual/Devel.html#comment_markers .

As that line does not seem to serve any particular purpose, I suggest
removing it. The trivial patch is included.

Regards, and thank you for providing fine software,

Andreas
- --
andreas.krue...@famsik.de
PGP-Schlüssel 0xA207E340 (http://blackhole.pca.dfn.de/)
Fingerprint B46B C7BA FFEE AD41 35DD  49C3 9D6A E529 A207 E340

- --- /var/www/mason_example/autohandler.original       2008-07-25 
04:48:35.000000000 +0200
+++ /var/www/mason_example/autohandler  2009-01-03 11:29:08.000000000 +0100
@@ -28,7 +28,6 @@
 % if ($ENV{REMOTE_USER}) {
 You are logged in as &quot;<% $r->connection->user |h%>&quot;<br>
 % }
- -#<% $ENV{UNIQUE_ID} %>
 </div>
 </td></tr></table>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.0 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJX0NanWrlKaIH40ARAlr3AJ4kSa1JVB1ybwL4hYaVGSeg4meBVQCfRWJQ
vZAHNFPQsDtjnaRvdC8ybII=
=p0ys
-----END PGP SIGNATURE-----



-- 
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