[ https://issues.apache.org/jira/browse/MSITE-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556263#comment-17556263 ]
ASF GitHub Bot commented on MSITE-900: -------------------------------------- hboutemy commented on code in PR #85: URL: https://github.com/apache/maven-site-plugin/pull/85#discussion_r901395559 ########## 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: do you know what causes these empty span additions? > 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)