Clean up the class building logic in OutputPage
authorMatmaRex <matma.rex@gmail.com>
Mon, 22 Apr 2013 13:57:44 +0000 (15:57 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 30 Apr 2013 05:45:08 +0000 (07:45 +0200)
commite60f36bc03cf4529631ad57eaddd92519abd9c1d
treed4eed19b4490266f0a84e1dd45fcb675557779a2
parent457d8925a5385e25fe8c01c0b941f13067d87ac7
Clean up the class building logic in OutputPage

Build the classes using an array that is finally imploded, instead of
concatenating strings repeatedly.

Change-Id: I2a09282d5ba33f131a4311c58e49dab5eefce418
includes/OutputPage.php