]> git.mjollnir.org Git - s9y.git/commitdiff
Fix misspelling karam -> karma
authorslothman <slothman>
Thu, 14 Feb 2008 18:22:21 +0000 (18:22 +0000)
committerslothman <slothman>
Thu, 14 Feb 2008 18:22:21 +0000 (18:22 +0000)
plugins/serendipity_event_karma/serendipity_event_karma.php

index 52f49c1ca998d04e42081c41011723404f4bc49f..03116e78cf7a53de5065d954ce31f6a2153fbac1 100644 (file)
@@ -693,7 +693,7 @@ class serendipity_event_karma extends serendipity_event
                             $bg = 'red';
                         }
                         print("
-.serendipity_karamVote_selectorTable {
+.serendipity_karmaVote_selectorTable {
     background: $bg;
 }
 ");
@@ -1251,7 +1251,7 @@ END_IMG_CSS;
 </tr>
 <tr>
 <td colspan='2'>
-<table border='1' class='serendipity_karamVote_selectorTable'>";
+<table border='1' class='serendipity_karmaVote_selectorTable'>";
         // Add the 'text-only' selection and its CSS
         if ($cursel == '0') {
             $checked = 'checked="checked" ';