Skip to content

Commit cd2e274

Browse files
committed
Max length of 50 chars added to title
1 parent 3a7e728 commit cd2e274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
echo $action == "commit" ? "Commit files" : "Pull files"; ?></h1>
132132

133133
<form name="commitDetails">
134-
Title:<br><input type="text" name="commitTitle" id="commitTitle" value="" style="width: 300px; margin: 5px 0 15px 0"><br>
134+
Title:<br><input type="text" name="commitTitle" id="commitTitle" value="" style="width: 300px; margin: 5px 0 15px 0" maxlength="50"><br>
135135
Message:<br><textarea name="commitMessage" id="commitMessage" style="width: 300px; height: 118px; margin: 5px 0 15px 0"></textarea>
136136
</form>
137137

0 commit comments

Comments
 (0)