You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Christophe JAILLET <ch...@wanadoo.fr> on 2016/04/08 06:50:16 UTC

Re: svn commit: r1734349 - in /httpd/httpd/trunk/docs/manual/howto: access.html.en access.xml.fr access.xml.meta

The issue is related to :
               text = text.replace(/^(\r?\n\s*)+/g, '');  // Remove 
leading newlines
               text = text.replace(/^\s*/g, '');  // Remove leading 
spaces due to indented formatting
               text = text.replace(/(\r?\n\s*)+$/g, '');  // Remove 
ending newlines
in the walk function.

If this 3 lines are removed, then the display is correct (at least for 
the reported issue)

These lines are not part of prettify.js.

They have been introduced in:
http://svn-us.apache.org/viewvc?view=revision&sortby=date&revision=1330665

CJ

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org