Skip to content

Commit 3ae8716

Browse files
authored
Merge pull request #1569 from ugultopu/make-git-version-readonly
Make the HTML element for `git --version` readonly
2 parents c8a6ebf + b650ba4 commit 3ae8716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/doc/_versions.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
<footer>
3737
<span class="light">Check your version of git by running<br></span>
3838
<strong>$</strong>
39-
<input type="text" class="copyable" value="git --version" />
39+
<input readonly type="text" class="copyable" value="git --version" />
4040
</footer>
4141
</div>

0 commit comments

Comments
 (0)