https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21576
--- Comment #26 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
