def get_html_attr(self, builder):
return {
- 'src': builder.image_location + self.attrib['src'],
- 'alt': self.attr['alt'],
- 'title': self.attr['alt'],
+ 'src': builder.base_url + self.attrib['src'],
+ 'alt': self.attrib['alt'],
+ 'title': self.attrib['alt'],
}