[llvm-commits] CVS: llvm-www/demo/index.cgi
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Nov 20 18:36:03 PST 2003
Changes in directory llvm-www/demo:
index.cgi updated: 1.11 -> 1.12
---
Log message:
Give the table a border.
I know, I'm going to hell for using a table to do layout.
---
Diffs of the changes: (+2 -2)
Index: llvm-www/demo/index.cgi
diff -u llvm-www/demo/index.cgi:1.11 llvm-www/demo/index.cgi:1.12
--- llvm-www/demo/index.cgi:1.11 Thu Nov 20 18:33:50 2003
+++ llvm-www/demo/index.cgi Thu Nov 20 18:34:52 2003
@@ -5,7 +5,7 @@
# doing remote web JO99C compilations. (It could still be used for that
# purpose, though the two scripts have diverged somewhat.)
#
-# Last modified $Date: 2003/11/21 00:33:50 $
+# Last modified $Date: 2003/11/21 00:34:52 $
#
use CGI;
@@ -160,7 +160,7 @@
print "</p>\n";
-print "<table><tr><td>";
+print "<table border><tr><td>";
print "<p>Click here if you want Bitter Melon to run the resulting code through c++filt. Warning, the LLVM code produced will probably not be lexically valid, but it will be easier to read.</p><ul>",
$c->checkbox(
-name => 'cxxdemangle',
More information about the llvm-commits
mailing list