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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits