Hi Rui,
I ran into a problem in the code. The line for the humidity unit had the % sign used. however this goes wrong. (The code thinks that all code belongs to a placeholder after that sign?). I solved it bij placing a dubble %% sign. although I have no idea if this is the correct way, but it worked.
<sup class="units">%</sup> original
<sup class="units">%%</sup> corrected
kind regards,
Vincent Kievits
Hi.
You can replace the % with the corresponding HTML entity. So, replace your % sign with the following:
%percent;
Regards,
Sara
Hi.
I’m sorry.
The HTML entity was automatically converted.
You can copy it from here:
https://gist.githubusercontent.com/sarasantos/058569d36e6d2e47adc38f793c35663b/raw/4d7fa772b227ad4d67c5fc6b0c868f0084f0daa3/percent-html-entity.html
Regards,
Sara
It is somewhat difficult to post an html entity into a forum post that uses HTML 😉
I’ll close this issue.
If you need further help, you just need to open a new question in our forum.
Regards,
Sara