diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-23 20:40:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-23 20:40:41 +0000 |
commit | 7ae36bbe06a86ac07aff9dc247359e51c653e1a3 (patch) | |
tree | ba97e541793c89fa474be0a6780d396e513665d4 | |
parent | a8e1fd30ed00fe36dce42d2e4a09dbf83f778152 (diff) |
Add a missing </a> tag
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CodingStandards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index eb8235235d..176f796cf4 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -8,7 +8,7 @@ <ol> <li><a href="#introduction">Introduction</a> - <li><a href="#mechanicalissues">Mechanical Source Issues + <li><a href="#mechanicalissues">Mechanical Source Issues</a> <ol> <li><a href="#sourceformating">Source Code Formatting</a> <ol> @@ -646,7 +646,7 @@ If you get some free time, and you haven't read them: do so, you might learn som <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <!-- Created: Tue Jan 23 15:19:28 CST 2001 --> <!-- hhmts start --> -Last modified: Sun Jul 8 19:25:56 CDT 2001 +Last modified: Mon Jul 23 15:40:22 CDT 2001 <!-- hhmts end --> </font> </body></html> |