Kaynağa Gözat

Fix broken bookmarks

[SVN r18852]
Beman Dawes 23 yıl önce
ebeveyn
işleme
72abf0ac7f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      tools/regression/compiler_status.cpp

+ 2 - 2
tools/regression/compiler_status.cpp

@@ -316,7 +316,7 @@ const string & attribute_value( const xml::element & element,
       if ( lib[0] == '\n' ) lib.erase( 0, 1 );
       string lib_test_name( extract_test_name( lib ) );
       links_file << "<h3>Library build failure: </h3>\n"
-        "See <a href=\"#" << lib_test_name << " " << toolset << "\">"
+        "See <a href=\"#" << lib_test_name << "-" << toolset << "\">"
         << lib_test_name << " / " << toolset << "</a>";
 
       if ( failed_lib_target_dirs.find( lib ) == failed_lib_target_dirs.end() )
@@ -332,7 +332,7 @@ const string & attribute_value( const xml::element & element,
         else
         {
           links_file << "<h2><a name=\""
-            << lib_test_name << " " << toolset << "\">"
+            << lib_test_name << "-" << toolset << "\">"
             << lib_test_name << " / " << toolset << "</a></h2>\n"
             "test_log.xml not found\n";
         }

粤ICP备19079148号