[foundation-web] Add hack to avoid the default HTML in blt.php/wml



commit f8b0d3d4ef3fd9376d167042d972c8973a566e49
Author: Olav Vitters <olav bkor dhs org>
Date:   Sat Jun 6 15:48:12 2009 +0200

    Add hack to avoid the default HTML in blt.php/wml
---
 foundation.gnome.org/vote/blt.wml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/foundation.gnome.org/vote/blt.wml b/foundation.gnome.org/vote/blt.wml
index 39a9682..897cd22 100644
--- a/foundation.gnome.org/vote/blt.wml
+++ b/foundation.gnome.org/vote/blt.wml
@@ -131,4 +131,7 @@ if (isset ($error) && $error != "") {
 if (isset ($handle))
   elec_sql_close ($handle);
 
+// don't output the HTML that wml adds below
+exit;
+
 ?>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]