r23532 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23531‎ | r23532 | r23533 >
Date:01:25, 29 June 2007
Author:simetrical
Status:old
Tags:
Comment:
Oops, one bogus one slipped through.
Modified paths:
  • /trunk/phase3/includes/api/ApiFormatBase.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiFormatBase.php
@@ -94,7 +94,7 @@
9595 header("Content-Type: $mime; charset=utf-8");
9696
9797 if ($isHtml) {
98 -
 98+?>
9999 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
100100 <html>
101101 <head>
@@ -105,7 +105,7 @@
106106
107107
108108 if (!$isError) {
109 -
 109+?>
110110 <br/>
111111 <small>
112112 You are looking at the HTML representation of the <?=$this->mFormat?> format.<br/>
@@ -117,7 +117,7 @@
118118
119119
120120 }
121 -
 121+?>
122122 <pre>
123123 <?php
124124
@@ -130,8 +130,8 @@
131131 */
132132 public function closePrinter() {
133133 if ($this->getIsHtml()) {
 134+?>
134135
135 -
136136 </pre>
137137 </body>
138138 </html>
@@ -249,4 +249,4 @@
250250 return __CLASS__ . ': $Id$';
251251 }
252252 }
253 -
 253+?>

Follow-up revisions

RevisionCommit summaryAuthorDate
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007

Status & tagging log