Skip to content

Commit ac3a471

Browse files
authored
Merge pull request #1920 from lindhe/patch-1
Add missing <br> for Ubuntu PPA instructions
2 parents 63ce798 + 05d94c4 commit ac3a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/downloads/linux.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>Debian/Ubuntu</h3>
1717
<p>For the latest stable version for your release of Debian/Ubuntu</p>
1818
<code># apt-get install git</code>
1919
<p>For Ubuntu, this PPA provides the latest stable upstream Git version</p>
20-
<code># add-apt-repository ppa:git-core/ppa</code>
20+
<code># add-apt-repository ppa:git-core/ppa</code><br>
2121
<code># apt update; apt install git</code>
2222

2323
<h3>Fedora</h3>

0 commit comments

Comments
 (0)