[ https://issues.apache.org/jira/browse/MSITE-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556268#comment-17556268 ]
ASF GitHub Bot commented on MSITE-900: -------------------------------------- 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 > Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3 > -------------------------------------------- > > Key: MSITE-900 > URL: https://issues.apache.org/jira/browse/MSITE-900 > Project: Maven Site Plugin > Issue Type: Dependency upgrade > Reporter: Michael Osipov > Assignee: Michael Osipov > Priority: Major > Fix For: 4.0.0-M2 > > -- This message was sent by Atlassian Jira (v8.20.7#820007)