[guadec-web] close php
- From: Andreas Nilsson <andreasn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [guadec-web] close php
- Date: Thu, 21 Mar 2013 17:53:45 +0000 (UTC)
commit 5113d510ad4f49cc37578aadcca48cf3a2eeb095
Author: Andreas Nilsson <anilsson redhat com>
Date: Thu Mar 21 14:53:38 2013 -0300
close php
wordcamp-base/custom/custom.php | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/wordcamp-base/custom/custom.php b/wordcamp-base/custom/custom.php
index 3551603..246a2d8 100644
--- a/wordcamp-base/custom/custom.php
+++ b/wordcamp-base/custom/custom.php
@@ -159,9 +159,8 @@ function my_reset_password_message($content, $key) {
ob_start();
$email_subject = imp_retrieve_password_title();
-
- ?>
-
+?>
+
<html>
<head>
<title>Your password reset for GUADEC 2013</title>
@@ -184,8 +183,7 @@ function my_reset_password_message($content, $key) {
</body>
</html>
- ?>
-
+<?php
$message = ob_get_contents();
ob_end_clean();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]