Ticket #5539: library_status.cpp.patch

File library_status.cpp.patch, 1.0 KB (added by Andrej Stender <andrej.stender@…>, 10 years ago)

fixes dead HTML link to boost.png

  • library_status.cpp

     
    928928        << "<table border=\"0\">\n"
    929929        << "<tr>\n"
    930930        << "<td><img border=\"0\" "
    931         << "src=\""
     931        << "src="
    932932        << boost_root / "boost.png"
    933         << "\" width=\"277\" "
     933        << " width=\"277\" "
    934934        << "height=\"86\"></td>\n"
    935935        << "<td>\n"
    936936        << "<h1>Library Status: " + library_name + "</h1>\n"
     
    963963            << "<body bgcolor=\"#ffffff\" text=\"#000000\">\n"
    964964            << "<table border=\"0\">\n"
    965965            << "<tr>\n"
    966             << "<td><img border=\"0\" src=\""
     966            << "<td><img border=\"0\" src="
    967967            << boost_root / "boost.png"
    968             << "\" width=\"277\" "
     968            << " width=\"277\" "
    969969            << "height=\"86\"></td>\n"
    970970            << "<td>\n"
    971971            << "<h1>Library Status: " + library_name + "</h1>\n"