This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch banner-fixes
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/banner-fixes by this push:
     new ae214d3  fix
ae214d3 is described below

commit ae214d3933d56123027be2087787ac36c0a8c14a
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sun Sep 8 17:01:08 2024 +0200

    fix
---
 src/main/resources/META-INF/maven/site-macros.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/maven/site-macros.vm 
b/src/main/resources/META-INF/maven/site-macros.vm
index fe480b8..e6b853e 100644
--- a/src/main/resources/META-INF/maven/site-macros.vm
+++ b/src/main/resources/META-INF/maven/site-macros.vm
@@ -89,7 +89,7 @@
 #**##if( !$href && $elemOnEmptyHref )
 #*  *##set( $wrapElem = $elemOnEmptyHref )
 #**##end
-#**##if( $overrideElemClass )
+#**##if( $overrideElemClass && $overrideElemClass != "" )
 #*  *##set( $class = ' class="' + $overrideElemClass + '"' )
 #**##elseif( $overrideElemClass == "" )
 #*  *##set( $class = "" )

Reply via email to