[xwiki-devs] tag <img problem
Hi all, I have some problems trying to exporta as pdf a page. In the source code there is an image
<img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt=" Masterplan.png" title="Masterplan.png"/>
but in the pdf I see also this line
8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt=" Masterplan.png" title="Masterplan.png"/>
and in the console these lines appears line 29 column 1 - Warning: <img> attribute with missing trailing quote mark
line 29 column 1 - Warning: <img> escaping malformed URI reference line 29 column 1 - Warning: <img> lacks "alt" attribute
Can someone help me?? Thanks Raffo
What webapp container are you using? Can you paste what is before 8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png? Sergiu Raffaele Viola wrote:
Hi all,
I have some problems trying to exporta as pdf a page. In the source code there is an image
<img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt="Masterplan.png" title="Masterplan.png"/>
but in the pdf I see also this line
8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt="Masterplan.png" title="Masterplan.png"/>
and in the console these lines appears
line 29 column 1 - Warning: <img> attribute with missing trailing quote mark line 29 column 1 - Warning: <img> escaping malformed URI reference line 29 column 1 - Warning: <img> lacks "alt" attribute
Can someone help me??
Thanks Raffo
Into the tag image the text: img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt="Masterplan.png" title="Masterplan.png" is replaced into : img src="file:/C:/workspace%2Dxwiki/xwiki%2Denterprise%2Dhsqldb%2D1.2/work/Jetty8080xwiki/Q3frMDYR/Discussione.MasterPlan.Masterplan.png" alt="Masterplan.png" title="Masterplan.png" Thanks Raffo Sergiu Dumitriu-2 wrote:
What webapp container are you using?
Can you paste what is before 8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png?
Sergiu
Raffaele Viola wrote:
Hi all,
I have some problems trying to exporta as pdf a page. In the source code there is an image
/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png alt="Masterplan.png" title="Masterplan.png"/>
but in the pdf I see also this line
8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt="Masterplan.png" title="Masterplan.png"/>
and in the console these lines appears
line 29 column 1 - Warning: attribute with missing trailing quote mark line 29 column 1 - Warning: escaping malformed URI reference line 29 column 1 - Warning: lacks "alt" attribute
Can someone help me??
Thanks Raffo
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png -- View this message in context: http://www.nabble.com/tag-%3Cimg-problem-tp15271389p15288242.html Sent from the XWiki- Dev mailing list archive at Nabble.com.
participants (3)
-
Raffaele Viola -
raffovi -
Sergiu Dumitriu