You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/06/20 08:33:04 UTC

[GitHub] [maven-site-plugin] hboutemy commented on a diff in pull request #85: [MSITE-900] Upgrade to Doxia/Doxia Sitetools to 2.0.0-M3

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?



-- 
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-unsubscribe@maven.apache.org

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