Changeset 2020


Ignore:
Timestamp:
May 19, 2007, 1:34:54 AM (17 years ago)
Author:
rvelices
Message:
  • invalid html in page banner on admin page might interfere with actual page
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/admin/configuration.php

    r1926 r2020  
    218218        'GALLERY_LOCKED_YES'=>$lock_yes,
    219219        'GALLERY_LOCKED_NO'=>$lock_no,
    220         'CONF_GALLERY_TITLE' => $conf['gallery_title'],
    221         'CONF_PAGE_BANNER' => $conf['page_banner'],
     220        'CONF_GALLERY_TITLE' => htmlspecialchars($conf['gallery_title']),
     221        'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
    222222        'CONF_GALLERY_URL' => $conf['gallery_url'],
    223223        ));
Note: See TracChangeset for help on using the changeset viewer.