@@ -39,7 +39,7 @@ |
||
39 | 39 | $position = 0; |
40 | 40 | foreach ($this->elements as $url => $name) { |
41 | 41 | $position++; |
42 | - $element = sprintf(self::HTML_SPAN, $name) . sprintf(self::HTML_META_POSITION, $position); |
|
42 | + $element = sprintf(self::HTML_SPAN, $name).sprintf(self::HTML_META_POSITION, $position); |
|
43 | 43 | if (!is_numeric($url)) { |
44 | 44 | $element = sprintf(self::HTML_A, $url, $element); |
45 | 45 | } |