diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:25:53 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-31 22:25:53 -0700 |
commit | 33df7de391eebdab2cb09ca97207cb81f4274cd1 (patch) | |
tree | 1ed202a2cc778ae95265d278d4c57ce28671dadb | |
parent | 54ae9fac88512f1bac05a5952fca9ade2eab0898 (diff) |
Accidentally broke the AllowOverride info url in the migration from
core -> modules/gallery. Fixed, and incidentally make the link appear
in a new tab/window.
-rw-r--r-- | modules/gallery/views/permissions_browse.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/permissions_browse.html.php b/modules/gallery/views/permissions_browse.html.php index 5cd9cf82..8bb2e830 100644 --- a/modules/gallery/views/permissions_browse.html.php +++ b/modules/gallery/views/permissions_browse.html.php @@ -27,7 +27,7 @@ <? if (!$htaccess_works): ?> <ul id="gMessage"> <li class="gError"> - <?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to set <a href=\"%url\"><i>AllowOverride FileInfo Options</i></a> to fix this.", array("url" => "http://httpd.apache.org/docs/2.0/mod/gallery.html#allowoverride")) ?> + <?= t("Oh no! Your server needs a configuration change in order for you to hide photos! Ask your server administrator to set <a %attrs><i>AllowOverride FileInfo Options</i></a> to fix this.", array("attrs" => "href=\"http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride\" target=\"_blank\"")) ?> </li> </ul> <? endif ?> |