Paranoia, escape image alignment parameters before outputting.
authorBrian Wolff <bawolff+wn@gmail.com>
Wed, 13 Jun 2018 15:28:20 +0000 (15:28 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 13 Aug 2018 23:30:50 +0000 (23:30 +0000)
commitd370c51df10ad6a53c0c99f94d19c8ce4db5a059
tree582563f54991fe51be7fa414ec9b49357442975b
parentfac674876251c6d9e97c232cc2a425d885d3a646
Paranoia, escape image alignment parameters before outputting.

The alignment parameter is totally safe (See the very convoluted
code in the parser) but its best practise to escape things right
before the output. Additionally this protects in case any extension
uses a hook to do anything silly.

Change-Id: Ie19b106409d55c704b69280e2d0e2bb29068bd2e
includes/Linker.php