You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2016/05/17 16:42:13 UTC

[whimsy] branch master updated: Increase text size for URL field

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  c8e34f5   Increase text size for URL field
c8e34f5 is described below

commit c8e34f5ddf4e3c13adf482ceb704fa85a2dde3d2
Author: Sebb <se...@apache.org>
AuthorDate: Tue May 17 17:42:03 2016 +0100

    Increase text size for URL field
---
 www/members/mirror_check.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/members/mirror_check.cgi b/www/members/mirror_check.cgi
index ce8f175..c08e0de 100755
--- a/www/members/mirror_check.cgi
+++ b/www/members/mirror_check.cgi
@@ -33,7 +33,7 @@ _html do
         _ 'Mirror URL'
         _input.name name: 'url', required: true, pattern: URLPAT,
                     placeholder: 'mirror URL',
-                    size: 30, 
+                    size: 50, 
                     value: DEFAULT
         _input type: 'submit', value: 'Check Mirror'
       end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].