harawata commented on issue #17: [DOXIA-583] Avoid over-escaping table captions URL: https://github.com/apache/maven-doxia/pull/17#issuecomment-496582698 There seems to be the same issue in Xhtml5Sink indeed. I have already committed the fix. By the way, I noticed that the existing assertions don't work as expected. https://github.com/apache/maven-doxia/blob/e005c348ddd4367de8871f2e38d698b615db7dce/doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSinkTest.java#L175-L186 They do `indexOf(...) != 1`, but the value should be `-1`, I think.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
