DNNCommunity / DNN.Vendors

The Vendors module project allows admins to manage Vendor relationships and add Advertising banners to their site.
MIT License
7 stars 10 forks source link

Templates Are Missing Quotes #28

Open Andy9999 opened 4 years ago

Andy9999 commented 4 years ago

Hi!

I discovered a tiny bug in the default templates causing a HTML5 validation error.

I had to add quotes. Not a big thing though.

This is the template I used successfully:

<a href="[LINKBANNER]" rel="nofollow"><img src="[URLIMAGE]" alt="[BANNERNAME]"></a>

You can reproduce the problem by looking at the generated code or by using https://validator.w3.org.

Besides that, it is working perfectly!! :) Thank you!

Andy