r51873 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51872‎ | r51873 | r51874 >
Date:09:48, 15 June 2009
Author:jojo
Status:ok
Tags:
Comment:
fix indentation
Modified paths:
  • /trunk/extensions/Collection/Collection.templates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.templates.php
@@ -328,7 +328,7 @@
329329 <input name="abort" type="submit" value="<?php $this->msg('coll-no') ?>" />
330330 <input name="pcollname" type="hidden" value="<?php echo htmlspecialchars($this->data['pcollname']) ?>" />
331331 <input name="ccollname" type="hidden" value="<?php echo htmlspecialchars($this->data['ccollname']) ?>" />
332 - <input name="colltype" type="hidden" value="<?php echo htmlspecialchars($this->data['colltype']) ?>" />
 332+ <input name="colltype" type="hidden" value="<?php echo htmlspecialchars($this->data['colltype']) ?>" />
333333 </form>
334334
335335 <?php

Status & tagging log