From 94d2f99df2a8c3518fe0ffae089dc01e95866ccf Mon Sep 17 00:00:00 2001 From: Daku Date: Sat, 4 Feb 2012 23:58:19 +0000 Subject: [PATCH] this should fix bookmarklet not working with nice urls --- ext/upload/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 47cc9147..17410a96 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -156,7 +156,7 @@ class UploadTheme extends Themelet { if(file_exists("ext/handle_svg")){$supported_ext .= " svg";} $title = "Booru to " . $config->get_string('title'); //CA=0: Ask to use current or new tags | CA=1: Always use current tags | CA=2: Always use new tags - $html .= '

'. + $html .= '

'. $title . ' (Click when looking at an image page. Works on sites running Shimmie/Danbooru/Gelbooru. (This also grabs the tags/rating/source!))'; }