[gnome-web-www] FoG: Limit the comment field to 256 characters
- From: Tobias Mueller <tobiasmue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-web-www] FoG: Limit the comment field to 256 characters
- Date: Thu, 3 Oct 2013 14:02:07 +0000 (UTC)
commit ab7bfa6723789509a496ba3cc64c5a6ae1cf0200
Author: Tobias Mueller (ideabox) <tobiasmue gnome org>
Date: Thu Oct 3 15:44:15 2013 +0200
FoG: Limit the comment field to 256 characters
That seems to be PayPal's limit:
https://cms.paypal.com/uk/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables
theme/page-friends.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/theme/page-friends.php b/theme/page-friends.php
index cb5094b..2cb8e02 100644
--- a/theme/page-friends.php
+++ b/theme/page-friends.php
@@ -365,7 +365,7 @@ function print_form_questions_gift_listname_note() {
<h5>Additional comments or ideas on how we can improve the GNOME
Foundation:</h5>
- <textarea cols="88" name="custom" rows="7"> </textarea>
+ <textarea cols="88" name="custom" rows="7" maxlength="256"> </textarea>
<?php } /* print_form_questions_gift_listname_note */?>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]