Index: trunk/extensions/SemanticMediaWiki/includes/dataitems/SMW_DI_URI.php |
— | — | @@ -67,7 +67,7 @@ |
68 | 68 | |
69 | 69 | /// @todo This should be changed to the spelling getUri(). |
70 | 70 | public function getURI() { |
71 | | - return $this->m_scheme . ':' . $this->m_hierpart . |
| 71 | + return $this->m_scheme . '://' . $this->m_hierpart . |
72 | 72 | ( $this->m_query ? '?' . $this->m_query : '' ) . |
73 | 73 | ( $this->m_fragment ? '#' . $this->m_fragment : '' ); |
74 | 74 | } |