From 3293d6aaf21cf5a3820b58eb2a9f8a6436eac0d7 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 29 Jun 2007 01:25:07 +0000 Subject: [PATCH] Oops, one bogus one slipped through. --- includes/api/ApiFormatBase.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index a1fefca67c..f1fbc0e0ab 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -94,7 +94,7 @@ abstract class ApiFormatBase extends ApiBase { header("Content-Type: $mime; charset=utf-8"); if ($isHtml) { - +?> @@ -105,7 +105,7 @@ abstract class ApiFormatBase extends ApiBase { if (!$isError) { - +?>
You are looking at the HTML representation of the mFormat?> format.
@@ -117,7 +117,7 @@ for more information. } - +?>
 getIsHtml()) {
-
+?>
 
 
@@ -249,4 +249,4 @@ class ApiFormatFeedWrapper extends ApiFormatBase { return __CLASS__ . ': $Id$'; } } - +?> -- 2.20.1