summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-04-24 11:58:07 -0400
committerAaron Ballman <aaron@aaronballman.com>2023-04-24 11:58:50 -0400
commit8eea50c7c5569b13f8c910349754c72337075b1f (patch)
tree70a322eea5c693de413bf613bd511d3fbb171241 /clang/www
parent8aea6e004fd2edafbdee2d3d13571ab5eace004e (diff)
downloadllvm-8eea50c7c5569b13f8c910349754c72337075b1f.tar.gz
Add missing HTML closing tag
The </li> tag was missing for this entry.
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/OpenProjects.html2
1 files changed, 1 insertions, 1 deletions
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 @@ current Host to the identified Target.</p>
<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