diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-09-01 20:17:57 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-01 20:17:57 -0700 |
| commit | 2ec11c5c4da1eb1d45b192d2df9c1a08c71d7362 (patch) | |
| tree | 6b7f2e711719ebb9c8d8ff6c5ba1e9c2cbb79ec9 /themes | |
| parent | 03c5c117759aca8a3d898c6c4f03da6ddf67e81d (diff) | |
| parent | 95ea310aff41f7c16b0a48ec35a5f47c32a4d801 (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; ?> |
