Skip to content

Commit 70047b4

Browse files
committed
Allow pause99_add_uri_uri to accept a longer uri
1 parent 843ae2c commit 70047b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pause_2017/templates/user/uri/add.html.ep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ to your homedirectory:<br>
126126

127127
<p><%= text_field "pause99_add_uri_uri",
128128
size => 64,
129-
maxlength => 128,
129+
maxlength => 255,
130130
%><br>
131131
<input type="submit" name="SUBMIT_pause99_add_uri_uri" value=" Upload this URL "></p>
132132
</div>

0 commit comments

Comments
 (0)