trim and remove slashes for the pointers

2007-03-05  Vincent Untz  <vuntz@gnome.org>

	* foundation.gnome.org/membership/application.wml: trim and remove
	slashes for the pointers

svn path=/trunk/; revision=397
This commit is contained in:
Vincent Untz 2007-03-05 22:20:03 +00:00 committed by Vincent Untz
parent c1415213e8
commit a1cbe5c924
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-03-05 Vincent Untz <vuntz@gnome.org>
* foundation.gnome.org/membership/application.wml: trim and remove
slashes for the pointers
2007-03-05 Vincent Untz <vuntz@gnome.org> 2007-03-05 Vincent Untz <vuntz@gnome.org>
* foundation.gnome.org/membership/application.wml: updated a bit so * foundation.gnome.org/membership/application.wml: updated a bit so

View file

@ -35,6 +35,7 @@
$summary = trim(stripslashes($summary)); $summary = trim(stripslashes($summary));
$details = trim(stripslashes($details)); $details = trim(stripslashes($details));
$contacts = trim(stripslashes($contacts)); $contacts = trim(stripslashes($contacts));
$pointers = trim(stripslashes($pointers));
$comments = trim(stripslashes($comments)); $comments = trim(stripslashes($comments));
if (!$name || $name == "") { if (!$name || $name == "") {