@@ -459,11 +459,11 @@ |
||
| 459 | 459 | trigger_error($e->getMessage(), E_USER_WARNING); |
| 460 | 460 | $ret = ''; |
| 461 | 461 | if ($this->resource->get('dc:modified')) { |
| 462 | - $modified = (string) $this->resource->get('dc:modified'); |
|
| 462 | + $modified = (string)$this->resource->get('dc:modified'); |
|
| 463 | 463 | $ret = gettext('skosmos:modified') . ' ' . $modified; |
| 464 | 464 | } |
| 465 | 465 | if ($this->resource->get('dc:created')) { |
| 466 | - $created .= (string) $this->resource->get('dc:created'); |
|
| 466 | + $created .= (string)$this->resource->get('dc:created'); |
|
| 467 | 467 | $ret .= ' ' . gettext('skosmos:created') . ' ' . $created; |
| 468 | 468 | } |
| 469 | 469 | } |