25 Oct
2019
25 Oct
'19
7:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21576 --- Comment #26 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #25)
(In reply to Marcel de Rooy from comment #22)
What about <img src=""> here ?
Hi Marcel, can you explain what you had in mind? I am not sure I understand.
I am not sure if I still do too :) Waited too long.. But I guess it is about things like: if ( $line =~ qr{<a href="([^"]+)} ) { Here you handle the URI in the href attribute. Which is good. But I do not see something similar for handling the src attribute of an img tag. Probably that was my question ;) -- You are receiving this mail because: You are watching all bug changes.