Completed
Pull Request — master (#254)
by
unknown
12:34
created
src/eXpansion/Bundle/LocalMapRatings/Plugin/Gui/MapRatingsWidget.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,8 +83,8 @@
 block discarded – undo
83 83
             }
84 84
         }
85 85
 
86
-        $this->lblRatingsYes->setText('$0d0 $fff' . $yes);
87
-        $this->lblRatingsNo->setText('$d00 $fff' . $no);
86
+        $this->lblRatingsYes->setText('$0d0 $fff'.$yes);
87
+        $this->lblRatingsNo->setText('$d00 $fff'.$no);
88 88
     }
89 89
 
90 90
     /**
Please login to merge, or discard this patch.