diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-23 06:30:50 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-23 06:30:50 +0000 |
| commit | c3def1530a3dde2d49ba26f7014a1094e7583799 (patch) | |
| tree | 135ad093c670d7d71335640b0d66371d92b5cf64 /llvm/docs/tutorial/LangImpl4.html | |
| parent | e9b16ec28a7929421f99aecd93c1535fd7a5471a (diff) | |
| download | bcm5719-llvm-c3def1530a3dde2d49ba26f7014a1094e7583799.tar.gz bcm5719-llvm-c3def1530a3dde2d49ba26f7014a1094e7583799.zip | |
Fix validation problems, which were somewhat ironically in the "valid html" button code :)
llvm-svn: 43247
Diffstat (limited to 'llvm/docs/tutorial/LangImpl4.html')
| -rw-r--r-- | llvm/docs/tutorial/LangImpl4.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl4.html b/llvm/docs/tutorial/LangImpl4.html index 358ec69ad17..154b462e499 100644 --- a/llvm/docs/tutorial/LangImpl4.html +++ b/llvm/docs/tutorial/LangImpl4.html @@ -68,7 +68,7 @@ public: <a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> <a href="http://validator.w3.org/check/referer"><img - src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a> + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> |

