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 == "") {