Bugs item #3204089, was opened at 2011-03-09 13:07
Message generated for change (Tracker Item Submitted) made by ajlittoz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3204089&group_id=27350
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Browsing
Group: current cvs
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andre-Littoz (ajlittoz)
Assigned to: Nobody/Anonymous (nobody)
Summary: Image files never dispalyed
Initial Comment:
LXR v0.9.8
Graphic file cannot be displayed because synthesized URL is a query for LXR to process a source file instead of a simple file path.
Proposed patch for Common.pm:
-316,321 110307 (replace lines 316 to 321 with:)
&$outfun("<ul><table><tr><th valign=\"center\"><b>Image: </b></th></tr>\n");
&$outfun("<tr><td>");
&$outfun("<img src=\"$config->{virtroot}"
. $pathname
. "\" border=\"0\""
. " alt=\"$pathname cannot be displayed by this browser\">\n");
&$outfun("</td></tr></table></ul>");
--------------- end of patch -----------------
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3204089&group_id=27350
|