[Bug 12050] <img src="#my file"... doesnt display image

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12050

--- Comment #6 from Megaten <megaten@sfr.fr> 2011-02-14 08:51:21 UTC ---
You are right. My misunderstanding is comming from the htmlenties that doesn't
manage the # in standard.
So I close the item


<?php
$fn = "Config/img/@#T%23_Sur la route.jpg" ;
$fh = htmlentities($fn);
echo $fh."***".$fh."<br />";

echo "<img src=\"".$fh."\" />" ;
?>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 14 February 2011 08:51:24 UTC