Skip to content

Image rendering problem #2

Description

@hrabalo

For some reason, images are not rendered in html... DIV with id, A with class and href and SPAN are rendered but image does not in all closures in the QrcodeTagLib class -> grails version 2.0.1 (possible incompatibility to resource 1.1.6 plugin)

def mkp = new MarkupBuilder(out)
mkp {
div('id':'qrcodebox') {
a('class':'qrcodeLink',href:"javascript:null",label) {
span('id':'qrcode') {
img(alt:url,src:src)
}
}
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions