Index: trunk/phase3/includes/api/ApiFormatBase.php |
— | — | @@ -94,7 +94,7 @@ |
95 | 95 | header("Content-Type: $mime; charset=utf-8"); |
96 | 96 | |
97 | 97 | if ($isHtml) { |
98 | | - |
| 98 | +?> |
99 | 99 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
100 | 100 | <html> |
101 | 101 | <head> |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | |
107 | 107 | |
108 | 108 | if (!$isError) { |
109 | | - |
| 109 | +?> |
110 | 110 | <br/> |
111 | 111 | <small> |
112 | 112 | You are looking at the HTML representation of the <?=$this->mFormat?> format.<br/> |
— | — | @@ -117,7 +117,7 @@ |
118 | 118 | |
119 | 119 | |
120 | 120 | } |
121 | | - |
| 121 | +?> |
122 | 122 | <pre> |
123 | 123 | <?php |
124 | 124 | |
— | — | @@ -130,8 +130,8 @@ |
131 | 131 | */ |
132 | 132 | public function closePrinter() { |
133 | 133 | if ($this->getIsHtml()) { |
| 134 | +?> |
134 | 135 | |
135 | | - |
136 | 136 | </pre> |
137 | 137 | </body> |
138 | 138 | </html> |
— | — | @@ -249,4 +249,4 @@ |
250 | 250 | return __CLASS__ . ': $Id$'; |
251 | 251 | } |
252 | 252 | } |
253 | | - |
| 253 | +?> |