You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/19 22:27:29 UTC

[commons-skin] 14/16: Change property name for prettyprint linenums tag.

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-skin.git

commit 02de7c285ce300ebfb90802d516316ca8695a110
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Tue Nov 19 21:11:44 2019 +0000

    Change property name for prettyprint linenums tag.
---
 src/main/resources/META-INF/maven/site.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/maven/site.vm b/src/main/resources/META-INF/maven/site.vm
index fbadf50..e423c2f 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -562,7 +562,7 @@
             ## The regex targets a plain <pre> tag rendered by the site plugin as:
             ## <div class="source"><pre>
             #if ( 'true' == $decoration.getCustomValue( 'commonsSkin.prettyPrintSourcePreTags' ) )
-              #if ( 'true' == $decoration.getCustomValue( 'commonsSkin.sourceLineNumbersEnabled' ) )
+              #if ( 'true' == $decoration.getCustomValue( 'commonsSkin.prettyPrintLineNumbersEnabled' ) )
                 #set ( $sourceStyle = "prettyprint linenums" )
               #else
                 #set ( $sourceStyle = "prettyprint" )