@@ -22,7 +22,7 @@ |
||
22 | 22 | public function render($priority) |
23 | 23 | { |
24 | 24 | $html = null; |
25 | - for ($i = 0; $i < $priority; $i++) { |
|
25 | + for ($i = 0; $i<$priority; $i++) { |
|
26 | 26 | $html .= "<span class=\"glyphicon glyphicon-asterisk\"></span>"; |
27 | 27 | } |
28 | 28 | return $html; |