diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-15 15:26:07 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-15 15:26:07 +0000 |
| commit | eaa262b5b8b47a835aa200480b31fd80f719fe41 (patch) | |
| tree | 60642282c73285ee7916569e07f4a76144bea377 /clang/www/comparison.html | |
| parent | 339ced4e347ba1ee124afe762e1127a64bf4d64c (diff) | |
| download | bcm5719-llvm-eaa262b5b8b47a835aa200480b31fd80f719fe41.tar.gz bcm5719-llvm-eaa262b5b8b47a835aa200480b31fd80f719fe41.zip | |
Fix ALL the markup.
llvm-svn: 148219
Diffstat (limited to 'clang/www/comparison.html')
| -rw-r--r-- | clang/www/comparison.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 4b72a852717..2898ce8407f 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -3,10 +3,10 @@ <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> <head> - <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> + <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Comparing clang to other open source compilers</title> - <link type="text/css" rel="stylesheet" href="menu.css" /> - <link type="text/css" rel="stylesheet" href="content.css" /> + <link type="text/css" rel="stylesheet" href="menu.css"> + <link type="text/css" rel="stylesheet" href="content.css"> </head> <body> <!--#include virtual="menu.html.incl"--> @@ -183,6 +183,7 @@ inefficient code and does not support many important targets.</li> <li>Like Elsa, PCC's does not have an integrated preprocessor, making it extremely difficult to use it for source analysis tools.</li> + </ul> </div> </body> </html> |

