Reindent UsercreateTemplate and UserloginTemplate
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 16 Oct 2013 16:24:12 +0000 (18:24 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 16 Oct 2013 16:28:38 +0000 (16:28 +0000)
commited184ad0e5207287e9be7802a69fcb74946fe9cd
treeecb24aa550fb48c5d7d328ecbbd89f542c3a28d6
parent1cb9da7a149166a5bbb8c07bf4a415882f716160
Reindent UsercreateTemplate and UserloginTemplate

A perceptive reviewer will note several issues with this code,
including at least one outright bug. I intend to fix them in
subsequent commit; I tried to avoid any non-whitespace changes
here to make it at all possible to review this.

This file has several lines longer than the phpcs limit of
100 characters, and several cases of the <?php } ?> pattern
phpcs complains about. I don't think it makes sense to enforce
these rules here; the code would IMO become less readable.

Change-Id: I95ab0f644fd5963878018f483f22e650867b5135
includes/templates/Usercreate.php
includes/templates/Userlogin.php