diff options
author | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-19 00:57:26 +0000 |
---|---|---|
committer | zakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-19 00:57:26 +0000 |
commit | e90d030380704ee032838b7b03014982ac84d8f4 (patch) | |
tree | ed8eafdf58a1a984d2e28c5ca6c89aa9c08e902d /web/include | |
parent | 621827f5eba3bdac0e01d3aa935f9eeb022d9174 (diff) | |
download | ioquake3-aero-e90d030380704ee032838b7b03014982ac84d8f4.tar.gz ioquake3-aero-e90d030380704ee032838b7b03014982ac84d8f4.zip |
Fix for a small oops in a paragraph.
git-svn-id: svn://svn.icculus.org/quake3/trunk@366 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r-- | web/include/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/include/home.php b/web/include/home.php index 82c1be5..0da8074 100644 --- a/web/include/home.php +++ b/web/include/home.php @@ -33,7 +33,7 @@ id build was 1.32) include:</p> <li>Binaries for Windows XP and Mac OS X at release. Linux will just get a source package unless somebody feels inclined to set up a new installer.</li> </ul> -<p>Goals for 1.35 include:</p< +<p>Goals for 1.35 include:</p> <ul> <li>Remove DirectX from <acronym title="Microsoft Visual C++">MSVC</acronym> and <a href="http://mingw.org" title="Minimalist GNU for Windows">MinGW</a> builds, in favor of <a href="http://libsdl.org" title="Simple DirectMedia Layer">SDL</a>.</li> </ul> |