Skip to content

Commit b650ba4

Browse files
committed
Make the HTML element for git --version readonly
1 parent c8a6ebf commit b650ba4

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)