andriusvelykis / reflow-maven-skin

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.
http://andriusvelykis.github.io/reflow-maven-skin/
Apache License 2.0
132 stars 54 forks source link

Unescaped & character in links #19

Closed andriusvelykis closed 10 years ago

andriusvelykis commented 10 years ago

When generating the Maven site of the Reflow skin itself, an error is reported with newer versions of mvn site:

Caused by: org.apache.maven.doxia.siterenderer.RendererException: Error parsing '/Users/andrius/Dev/reflow-maven-skin/src/site/markdown/index.md': line [34] Error parsing the model: entity reference name can not contain character =' (position: TEXT seen ...ps://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=... @34:785)

This seems to be caused by unescaped & character.