This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 241e3c1 Use source class="none" to avoid prettyprint rendering. 241e3c1 is described below commit 241e3c1d8db41e8238c2306b8be17fc5bdd9b238 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Nov 18 22:04:47 2019 +0000 Use source class="none" to avoid prettyprint rendering. If the <source> tag has no class then it will be labelled with the "prettyprint" class by the new commons-skin release. --- src/site/xdoc/developers.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index c2ef343..3998425 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -46,9 +46,9 @@ under the heading "Repository Checkout" on the <a href="https://gitbox.apache.org/">Git at the ASF page</a>. The git url for the current development sources of Commons RNG - is <source>http://gitbox.apache.org/repos/asf/commons-rng.git</source> + is <source class="none">http://gitbox.apache.org/repos/asf/commons-rng.git</source> for anonymous read-only access and - <source>https://apach...@gitbox.apache.org/repos/asf/commons-rng.git</source> + <source class="none">https://apach...@gitbox.apache.org/repos/asf/commons-rng.git</source> (where apacheid should be replaced by each committer Apache ID) for committers read-write access. </li> @@ -93,7 +93,7 @@ Generating patches: The requested format for generating patches is the Unified Diff format, which can be easily generated using the git client or various IDEs. - <source>git diff -p > patch </source> + <source class="none">git diff -p > patch </source> Run this command from the top-level project directory (where pom.xml resides). </li>