diff --git a/plugins/serendipity_event_karma/serendipity_event_karma.php b/plugins/serendipity_event_karma/serendipity_event_karma.php
index 81926f67..ee24e948 100644
--- a/plugins/serendipity_event_karma/serendipity_event_karma.php
+++ b/plugins/serendipity_event_karma/serendipity_event_karma.php
@@ -1641,8 +1641,8 @@ END_IMG_CSS;
".SORT_ORDER."
- ".SORT_ORDER_DESC."
- ".SORT_ORDER_ASC."
+ ".SORT_ORDER_DESC."
+ ".SORT_ORDER_ASC."
@@ -1843,12 +1843,16 @@ END_IMG_CSS;
// We will be wrapped in a
$this->select_html .= "
" . PLUGIN_KARMA_IMAGE . "
- ".PLUGIN_KARMA_IMAGE_DESC."
+ ".PLUGIN_KARMA_IMAGE_DESC." ";
+ if ($serendipity['version'][0] < 2) {
+ $this->select_html .= "
-
+ \n";
+ }
+ $this->select_html .= "
";
// Add the 'text-only' selection and its CSS
if ($cursel == '0') {
@@ -1949,8 +1953,11 @@ END_IMG_CSS;
// End the table, with a config-item bottom-border separator
$this->select_html .=
-"\n
- \n";
+"\n\n";
+ if ($serendipity['version'][0] < 2) {
+ $this->select_html .=
+" \n";
+ }
// The config item and row are closed by the core code
return $this->select_html;