kristapsdz / kcgi

minimal CGI and FastCGI library for C/C++
https://kristaps.bsd.lv/kcgi
ISC License
278 stars 40 forks source link

title attribute on span results in an onmousedown attribute in the HTML #45

Closed ghost closed 6 years ago

ghost commented 6 years ago

khtml_attr(&r, KELEM_SPAN, KELEM_TITLE, s2.GetName().c_str(), KATTR__MAX);

renders as

<span onmousedown="Aggressor Assault Fighter">i</span>

kristapsdz commented 6 years ago

Try KATTR_TITLE.

ghost commented 6 years ago

Woops - brain fart! Works great now. BTW, thanks for this library. I am using it for my hobby project (http://xhud.sirjorj.com/xwing.cgi) and it is working great!