Hello there. In my index.html i was trying to output this text {{=A(SPAN('MyWord', _data-tooltip='Hey, this is the word of mine!'), _href='word')}} and it failed miserably (generated an exception).
I was able to fix this by replacing "data-tooltip" with "data_tooltip" in stupid.css and then changing the above code to {{=A(SPAN('MyWord', _data_tooltip='Hey, this is the word of mine!'), _href='word')}} But we all want this stuff to work right out of the box, right? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/ca9377e4-5e00-4d48-82eb-62218e7090e5o%40googlegroups.com.