diff --git a/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php b/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php index 318966e9..7859e9cf 100644 --- a/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php +++ b/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php @@ -571,7 +571,7 @@ class serendipity_event_entryproperties extends serendipity_event if ($is_cache && $serendipity['serendipityUserlevel'] >= USERLEVEL_ADMIN) { echo '
'; echo '

'. PLUGIN_EVENT_ENTRYPROPERTY_BUILDCACHE .'

'; - echo ''. PLUGIN_EVENT_ENTRYPROPERTY_BUILDCACHE .'
'; + echo ''. PLUGIN_EVENT_ENTRYPROPERTY_BUILDCACHE .''; } return true; break; diff --git a/templates/2k11/admin/serendipity_editor.js.tpl b/templates/2k11/admin/serendipity_editor.js.tpl index 2455b0b7..73f09c31 100644 --- a/templates/2k11/admin/serendipity_editor.js.tpl +++ b/templates/2k11/admin/serendipity_editor.js.tpl @@ -965,7 +965,7 @@ var AccessifyHTML5 = function (defaults, more_fixes) { }); // Comments - $('.comments_delete, .comments_multidelete').click(function() { + $('.comments_delete, .comments_multidelete, .build_cache').click(function() { var $msg = $(this).attr('data-delmsg'); return confirm($msg); });