* should use <?php instead of <?
authorMichael Dale <dale@users.mediawiki.org>
Thu, 10 Sep 2009 16:56:58 +0000 (16:56 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Thu, 10 Sep 2009 16:56:58 +0000 (16:56 +0000)
* and end with \n

includes/json/FormatJson.php

index f79d399..024148f 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 /*
  * simple wrapper for json_econde and json_decode that falls back on Services_JSON class
  */
@@ -30,4 +30,3 @@ class FormatJson{
                }
        }
 }
-?>
\ No newline at end of file