diff mbox series

[wwwdocs] Fix markup of &gt (to >).

Message ID 20200123205706.AC09033E13@hamza.pair.com
State New
Headers show
Series [wwwdocs] Fix markup of &gt (to >). | expand

Commit Message

Gerald Pfeifer Jan. 23, 2020, 8:57 p.m. UTC
A small fix on top of the last edits to gitwrite.html; spelling
"<" and ">" the HTML way is painful, and visually hard to grok.

Pushed.

Gerald
---
 htdocs/gitwrite.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 047c139f..ad073b53 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -497,7 +497,7 @@  to that vendor's branches.</p>
 <p>If you have set up push access, then the branch can similarly be pushed to
   using:</p>
 <blockquote><pre>
-    git push vendors/&lt;vendor&gt; &lt;vendor&gt/&lt;topic&gt;
+    git push vendors/&lt;vendor&gt; &lt;vendor&gt;/&lt;topic&gt;
 </pre></blockquote>
 
 <p>The script can be re-run with, or without <code>--enable-push</code>
@@ -516,7 +516,7 @@  to that vendor's branches.</p>
   run and starting from the most recent commit on <code>master</code>:</p>
 
 <blockquote><pre>
-    contrib/git-add-vendor-branch.sh  &lt;vendor&gt/&lt;topic&gt; master
+    contrib/git-add-vendor-branch.sh  &lt;vendor&gt;/&lt;topic&gt; master
 </pre></blockquote>
 
 This will create the branch both locally and on the server, but will not