@@ -51,7 +51,7 @@ |
||
51 | 51 | $itemNode->addChild('loc', $this->url . $item->getUrl()); |
52 | 52 | $itemNode->addChild('changefreq', $item->getChangeFrequency()->__toString()); |
53 | 53 | $itemNode->addChild('lastmod', $item->getLastModifiedOn()->format('Y-m-d')); |
54 | - $itemNode->addChild('priority', $item->getPriority()/10); |
|
54 | + $itemNode->addChild('priority', $item->getPriority() / 10); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | return $rootNode->asXML(); |