2012-02-04 05:48:14
Double quotation mark
I'm searching help for another problem found yesterday.
A teacher created a Test in his course and told me that can not view images.
The question he wrote have this html code inside:
<p><img src="aANDb.gif" border="0" alt="Alternate Text" /></p>
<p>Quale operazione booleana rappresenta questa immagine?</p>
The code is fine but the browser receives this code from the server (as you can see from the attached image):
<p><img border=""0"" text"="" alt=""Alternate" src=""aANDb.gif""></p>
<p>Quale operazione booleana rappresenta questa immagine?</p>
I "solved" the problem by removing the quotation mark and the image show itself:
<p><img src=aANDb.gif border=0 alt=Alternate Text /></p>
<p>Quale operazione booleana rappresenta questa immagine?</p>
but is not a solution! Is this a bug too?
Operating system - Linux 2.6.32-5-686
ATutor version - 2.0.3(r11495)
PHP Version - 5.3.3-7+squeeze3
MySQL version - 5.1.49-3
Webserver & version - Apache/2.2.16
Web browser being used - Tested on IE9, FF, Chrome