API: Please use <?php tags, as <? tags can be disabled in php.ini
This commit is contained in:
parent
89f195c06e
commit
61f0d65096
1 changed files with 3 additions and 3 deletions
|
|
@ -111,11 +111,11 @@ abstract class ApiFormatBase extends ApiBase {
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<? if ($this->mUnescapeAmps) {
|
||||
<?php if ($this->mUnescapeAmps) {
|
||||
?> <title>MediaWiki API</title>
|
||||
<? } else {
|
||||
<?php } else {
|
||||
?> <title>MediaWiki API Result</title>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Reference in a new issue