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 | 8eef4b2d05808e586a0b5aabc87e9ba5d5e8a798 (patch) | |
tree | 8e1f67fe3f878fe87f036b4d225205e7bcb35359 /docs/tutorial/LangImpl1.html | |
parent | c0b42e95587b06e7494ad62350c1b7ceae99dc69 (diff) | |
download | external_llvm-8eef4b2d05808e586a0b5aabc87e9ba5d5e8a798.zip external_llvm-8eef4b2d05808e586a0b5aabc87e9ba5d5e8a798.tar.gz external_llvm-8eef4b2d05808e586a0b5aabc87e9ba5d5e8a798.tar.bz2 |
Fix validation problems, which were somewhat ironically in the "valid html" button code :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial/LangImpl1.html')
-rw-r--r-- | docs/tutorial/LangImpl1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl1.html b/docs/tutorial/LangImpl1.html index a699ed6..4a25715 100644 --- a/docs/tutorial/LangImpl1.html +++ b/docs/tutorial/LangImpl1.html @@ -253,7 +253,7 @@ so that you can use the lexer and parser together. <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> |