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/analyzer/xcode.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/analyzer/xcode.html')
| -rw-r--r-- | clang/www/analyzer/xcode.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/clang/www/analyzer/xcode.html b/clang/www/analyzer/xcode.html index 51c5a561638..ac75a047547 100644 --- a/clang/www/analyzer/xcode.html +++ b/clang/www/analyzer/xcode.html @@ -3,8 +3,8 @@ <html> <head> <title>Build and Analyze: running the analyzer within Xcode</title> - <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"> + <link type="text/css" rel="stylesheet" href="menu.css"> <script type="text/javascript" src="scripts/menu.js"></script> <script type="text/javascript" src="scripts/dbtree.js"></script> </head> @@ -33,10 +33,9 @@ presents analysis results directly within Xcode's editor.</p> <p><b>Yes</b>. Instructions are included below.</p> </td> -<td style="padding-left:10px"> -<center> - <a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="620px" border=0></a> -<br><b>Viewing static analyzer results in Xcode</b></center> +<td style="padding-left:10px; text-align:center"> + <a href="images/analyzer_xcode.png"><img src="images/analyzer_xcode.png" width="620px" alt="analyzer in xcode"></a> +<br><b>Viewing static analyzer results in Xcode</b> </td></tr></table> <h3>Key features:</h3> |

