Index: trunk/extensions/Collection/Collection.php |
— | — | @@ -102,8 +102,8 @@ |
103 | 103 | /** For formats which rendering depends on an external server |
104 | 104 | */ |
105 | 105 | $wgCollectionFormatToServeURL = array( |
106 | | - 'zeno'=>'http://www.okawix.com/collections/render.php', |
107 | | - 'okawix_zeno'=>'http://www.okawix.com/collections/render.php', |
| 106 | + 'zeno' => 'http://www.okawix.com/collections/render.php', |
| 107 | + 'okawix_zeno' => 'http://www.okawix.com/collections/render.php', |
108 | 108 | ); |
109 | 109 | |
110 | 110 | $wgCollectionContentTypeToFilename = array( |