michael-o commented on code in PR #85:
URL: https://github.com/apache/maven-site-plugin/pull/85#discussion_r901403925


##########
src/it/projects/MSITE-159/verify.bsh:
##########
@@ -43,7 +43,7 @@ try
     String content = FileUtils.fileRead( index, "UTF-8" );
     int index1 = content.indexOf( "<a 
href=\"http://webhost.company.com/index.html\"; class=\"externalLink\" 
title=\"Breadcrumb\">Breadcrumb</a>" );
     int index2 = content.indexOf( "<a href=\"http://webhost.company.com/\"; 
class=\"externalLink\" title=\"Link\">Link</a>" );
-    int index3 = content.indexOf( "<a href=\"http://webhost.company.com/\"; 
class=\"externalLink\" title=\"Menu\">Menu</a>" );
+    int index3 = content.indexOf( "<a href=\"http://webhost.company.com/\"; 
class=\"externalLink\" title=\"Menu\"><span class=\"none\"></span>Menu</a>" );

Review Comment:
   I haven't checked, but it must be in fluido: 
https://github.com/apache/maven-fluido-skin/blob/master/src/main/resources/META-INF/maven/site-macros.vm#L259,
 then here: 
https://github.com/apache/maven-fluido-skin/blob/master/src/main/resources/META-INF/maven/site-macros.vm#L301



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to