r371 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 20 07:14:38 EST 2005


Author: floam
Date: 2005-11-20 07:14:38 -0500 (Sun, 20 Nov 2005)
New Revision: 371

Modified:
   trunk/web/include/help.php
Log:
Fix stupid list.


Modified: trunk/web/include/help.php
===================================================================
--- trunk/web/include/help.php	2005-11-20 04:12:15 UTC (rev 370)
+++ trunk/web/include/help.php	2005-11-20 12:14:38 UTC (rev 371)
@@ -39,8 +39,8 @@
 		of the client itself. Once you've made a change in your checkout that is
 		not upstream, here is how you use it:</p>
 		<ul>
-			<li>Create a patch named <em class="shell">amazing_new_feature.patch</em>:</li>
-			<li><span class="shell">svn diff &gt; <em>amazing_new_feature.patch</em></span></li>
+			<li>Create a patch named <em class="shell">amazing_new_feature.patch</em>:<br />
+			<span class="shell">svn diff &gt; <em>amazing_new_feature.patch</em></span></li>
 			<li id="patch">Apply a patch <em class="shell">amazing_new_feature.patch</em>:<br />
 			<span class="shell">patch -p0 -i <em>amazing_new_feature.patch</em></span></li>
 		</ul>




More information about the quake3-commits mailing list