diff mbox series

[wwwdocs] Fix indentation of .ssh/config snippet

Message ID 20200114131819.GI60955@redhat.com
State New
Headers show
Series [wwwdocs] Fix indentation of .ssh/config snippet | expand

Commit Message

Jonathan Wakely Jan. 14, 2020, 1:18 p.m. UTC
OK for wwwdocs?

Comments

Richard Earnshaw Jan. 14, 2020, 1:43 p.m. UTC | #1
On 14/01/2020 13:18, Jonathan Wakely wrote:
> OK for wwwdocs?
> 
> 
OK.
diff mbox series

Patch

commit a449e14116456cf66ea15d4aca203a50b55f6e20
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Jan 14 13:16:12 2020 +0000

    Fix indentation of .ssh/config snippet

diff --git a/htdocs/gitwrite.html b/htdocs/gitwrite.html
index 12606201..85a0da2d 100644
--- a/htdocs/gitwrite.html
+++ b/htdocs/gitwrite.html
@@ -90,7 +90,7 @@  operation, you may want to use <code>ssh-agent</code>(1) and
 
 <blockquote><p><code>
 Host gcc.gnu.org<br />
-ForwardX11 no
+&nbsp;&nbsp;ForwardX11 no
 </code></p></blockquote>
 
 <p>Git needs to know your name and email address.  If you have not