[clang] 8eea50c - Add missing HTML closing tag
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 24 08:58:59 PDT 2023
Author: Aaron Ballman
Date: 2023-04-24T11:58:50-04:00
New Revision: 8eea50c7c5569b13f8c910349754c72337075b1f
URL: https://github.com/llvm/llvm-project/commit/8eea50c7c5569b13f8c910349754c72337075b1f
DIFF: https://github.com/llvm/llvm-project/commit/8eea50c7c5569b13f8c910349754c72337075b1f.diff
LOG: Add missing HTML closing tag
The </li> tag was missing for this entry.
Added:
Modified:
clang/www/OpenProjects.html
Removed:
################################################################################
diff --git a/clang/www/OpenProjects.html b/clang/www/OpenProjects.html
index 423fc0e1ae4a..4b6b0283767c 100755
--- a/clang/www/OpenProjects.html
+++ b/clang/www/OpenProjects.html
@@ -141,7 +141,7 @@ <h1>Open Clang Projects</h1>
<p>The second stage would be to produce a configuration file (that can be used
independently of the Host) so that Clang can read it and not need a gazillion
of command-line options. Such file should be simple JSON / INI or anything that
-a text editor could change.</p>
+a text editor could change.</p></li>
</ul>
<p>If you hit a bug with Clang, it is very useful for us if you reduce the code
More information about the cfe-commits
mailing list