diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 14:38:47 -0700 |
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-08-29 14:38:47 -0700 |
| commit | c4d5ecde66c7bffde2259b9815c050e6a4d8f333 (patch) | |
| tree | 4c4e0b68fc0be4ce6be905b0ab945d07a368648d /modules/organize/views/organize_dialog.html.php | |
| parent | f327b4ad38923d40fcd6540467604cb0f24cd8bf (diff) | |
L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize views.
Diffstat (limited to 'modules/organize/views/organize_dialog.html.php')
| -rw-r--r-- | modules/organize/views/organize_dialog.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/views/organize_dialog.html.php b/modules/organize/views/organize_dialog.html.php index b03c066c..27d5b508 100644 --- a/modules/organize/views/organize_dialog.html.php +++ b/modules/organize/views/organize_dialog.html.php @@ -5,7 +5,7 @@ var sort_order_url = "<?= url::site("organize/sort_order/__ALBUM_ID__/__COL__/__DIR__?csrf=$csrf") ?>"; </script> <div id="gOrganize" class="gDialogPanel"> - <h1 style="display:none"><?= t("Organize %name", array("name" => p::purify($album->title))) ?></h1> + <h1 style="display:none"><?= t("Organize %name", array("name" => SafeString::purify($album->title))) ?></h1> <div id="bd"> <div class="yui-gf"> <div class="yui-u first"> |
