"I did it" sounds like a solution, but it is merely a workaround :-).
I second the original question (short: how to suppress the tooltip). I have looked into these files /etc/asciidoc/docbook-xsl/common.xml /etc/asciidoc/docbook-xsl/xhtml.xsl /etc/asciidoc/docbook45.conf but could not find any clues. However, my workaround on Linux for the generated HTML file is: perl -pi -e 's/(.*? class=".*?") title=".*?"(.*?)/\1\2/g' generated.html Note, that the first class= in the document is "article", rather than "section", so I accept just any name. This is not more beautiful, but shorter :-). -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
