Avoid double escaped expiry time on action=protect
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 27 Jan 2015 19:44:34 +0000 (20:44 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Tue, 27 Jan 2015 19:44:34 +0000 (20:44 +0100)
commitb532948417ca768feb7b3ac3503548af46e66fd5
tree37fbc6ff61a59adfe06e91e6da9b5cdb064f59a1
parent920ef42ae0923219ac42eef8d0822726834c5a9e
Avoid double escaped expiry time on action=protect

Xml::option passed the first param to Html::element which escaped the
value, so no htmlspecialchars is needed for $show. The htmlspecialchar
moved closer to output, because the comparision does not need it

Bug: T85864
Change-Id: Ib8b948563095143de686756ceaf46c48cab2c5e0
includes/ProtectionForm.php