Hello,

I've notice that sometimes, the HTML produced by maven site:generate cut words in 2 parts. For example, I wrote in the xdocs dir :

<section name"Overview">
<p>
The objectives of this project is to automatised the documentation of a projet.
</p>
</section>


and I see in the HTML page :
<p>
        The objectives of this proj

ect is to automatised the

(...)
</p>

Note the line break in the middle of "project". However I'haven't be able to determine precise circumstances when this arrives.

On the same idea, why the HTML code generated is not properly indented ? Where can I fix this ?

Have you some idea ?

Carl


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to