Refactor redundant attrib dropping into new method
authorAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 7 Sep 2009 00:21:55 +0000 (00:21 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Mon, 7 Sep 2009 00:21:55 +0000 (00:21 +0000)
commita039be051b946c4a25b04009b693f486b71ea90a
tree6d15eef514c9571ecc2de6919716c3b1111b463f
parent703ec973e87ca8f535dedc50cdc915c656781ad0
Refactor redundant attrib dropping into new method

This saves code in a few places on the caller's side, and will reduce
the size of output HTML more consistently.
includes/Html.php
includes/OutputPage.php