1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

HTML validation fixes

This commit is contained in:
Cameron
2012-11-26 11:07:11 -08:00
parent 5f227ef66c
commit 2ee7159adc
3 changed files with 20 additions and 8 deletions

View File

@@ -229,7 +229,7 @@ function render_infopanel_options($render = false)
$frm = e107::getForm();
$mes = e107::getMessage();
$start = "<div>
To customize this page, please <a title = 'Customize Admin' href='".e_SELF."?mode=customize&iframe=1' class='e-modal-iframe'>click here</a>.
To customize this page, please <a title = 'Customize Admin' href='".e_SELF."?mode=customize&amp;iframe=1' class='e-modal-iframe'>click here</a>.
</div>
";