From a1cbe5c92425bea8c9fdf9fd8c75157eb31e3849 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 5 Mar 2007 22:20:03 +0000 Subject: [PATCH] trim and remove slashes for the pointers 2007-03-05 Vincent Untz * foundation.gnome.org/membership/application.wml: trim and remove slashes for the pointers svn path=/trunk/; revision=397 --- ChangeLog | 5 +++++ foundation.gnome.org/membership/application.wml | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3a2c59f..93524b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-05 Vincent Untz + + * foundation.gnome.org/membership/application.wml: trim and remove + slashes for the pointers + 2007-03-05 Vincent Untz * foundation.gnome.org/membership/application.wml: updated a bit so diff --git a/foundation.gnome.org/membership/application.wml b/foundation.gnome.org/membership/application.wml index 89767da..62e8e39 100644 --- a/foundation.gnome.org/membership/application.wml +++ b/foundation.gnome.org/membership/application.wml @@ -35,6 +35,7 @@ $summary = trim(stripslashes($summary)); $details = trim(stripslashes($details)); $contacts = trim(stripslashes($contacts)); + $pointers = trim(stripslashes($pointers)); $comments = trim(stripslashes($comments)); if (!$name || $name == "") {