@@ -59,7 +59,7 @@ |
||
59 | 59 | $itemNode->addChild('loc', $this->getUrl() . $item->getUrl()); |
60 | 60 | $itemNode->addChild('changefreq', $item->getChangeFrequency()->__toString()); |
61 | 61 | $itemNode->addChild('lastmod', $item->getLastModifiedOn()->format('Y-m-d')); |
62 | - $itemNode->addChild('priority', $item->getPriority()/10); |
|
62 | + $itemNode->addChild('priority', $item->getPriority() / 10); |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | return $rootNode->asXML(); |