summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2001-11-30 17:36:23 +0000
committerBeman Dawes <bdawes@acm.org>2001-11-30 17:36:23 +0000
commitc4f287342d0bf83cadd6cfe8777e0478655ae85d (patch)
treef915ba837eadc3f5330b9b60b2dc4b08bfb476bb
parent2d3ead11ef7d8ebd5edff35ce0b9fc5d33c93398 (diff)
downloadboost-c4f287342d0bf83cadd6cfe8777e0478655ae85d.tar.gz
Make HTML heading more compact (for printing)
[SVN r11837]
-rw-r--r--status/regression.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/status/regression.cpp b/status/regression.cpp
index 478c3bbe35..fbf2781dcd 100644
--- a/status/regression.cpp
+++ b/status/regression.cpp
@@ -475,12 +475,11 @@ int main(int argc, char * argv[])
out << "<html>\n<head>\n<title>\nCompiler Status: " + host + "\n</title>\n</head>\n"
<< "<body bgcolor=\"#ffffff\" text=\"#000000\">\n"
- << "<h1><img border border=\"0\" src=\"../c++boost.gif\" width=\"277\" height=\"86\"></h1>\n"
+ << "<img border border=\"0\" src=\"../c++boost.gif\" width=\"277\" height=\"86\" align=\"left\">\n"
<< "<h1>Compiler Status: " + host + "</h1>\n"
<< "\n"
- << "<p><b>Run Date:</b> " << run_date << "</p>\n"
- << "<p><b>System Configuration:</b> " << get_system_configuration()
- << "</p>\n"
+ << "<p><b>System Configuration:</b> " << get_system_configuration() << "<br>\n"
+ << "<b>Run Date:</b> " << run_date << "</p>\n"
<< "<p>\n"
<< "<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n";