diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:44 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:44 -0600 |
commit | adc7f39f7d1b3cedb0a353b3048e95479df553b0 (patch) | |
tree | 503e18f2525b64aa7934005c812ec8427c979a3d /themes | |
parent | bc147d1c6c95c1ba1394f0198d9e5b810071a4ac (diff) | |
parent | d26f9147a000ed907695b5fa593ee9c1d9b3354d (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/album.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/album.html.php b/themes/default/views/album.html.php index caabeee3..8bc81a31 100644 --- a/themes/default/views/album.html.php +++ b/themes/default/views/album.html.php @@ -30,7 +30,7 @@ <? if ($user->admin || access::can("add", $item)): ?> <? $addurl = url::file("index.php/simple_uploader/app/$item->id") ?> <li><?= t("There aren't any photos here yet! <a %attrs>Add some</a>.", - array("attrs" => "href=\"$addurl\" class=\"gDialogLink\"")) ?></li> + array("attrs" => html::mark_clean("href=\"$addurl\" class=\"gDialogLink\""))) ?></li> <? else: ?> <li><?= t("There aren't any photos here yet!") ?></li> <? endif; ?> |