aboutsummaryrefslogtreecommitdiffstats
path: root/web/include
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-20 12:14:38 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-20 12:14:38 +0000
commit5839022ddf394ed438486bc1d1ce6f3184b6b364 (patch)
treeff4f1bc219e415c2babc2e307753a704ba03bb05 /web/include
parent04972e4eaa53ee8d4ee2bdb64a91c77f1e94686d (diff)
downloadioquake3-aero-5839022ddf394ed438486bc1d1ce6f3184b6b364.tar.gz
ioquake3-aero-5839022ddf394ed438486bc1d1ce6f3184b6b364.zip
Fix stupid list.
git-svn-id: svn://svn.icculus.org/quake3/trunk@371 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include')
-rw-r--r--web/include/help.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/include/help.php b/web/include/help.php
index f04d0e1..6a37602 100644
--- a/web/include/help.php
+++ b/web/include/help.php
@@ -39,8 +39,8 @@ survival guide to generating patches.</p>
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>