Index: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php |
— | — | @@ -126,10 +126,8 @@ |
127 | 127 | if ( $this->isValid() && ( $linked !== null ) && ( $linked !== false ) ) { |
128 | 128 | SMWOutputs::requireHeadItem( SMW_HEADER_TOOLTIP ); |
129 | 129 | return '<span class="smwttinline">' . htmlspecialchars( $this->m_caption ) . '<span class="smwttcontent">' . |
130 | | - htmlspecialchars ( |
131 | | - wfMsgForContent( 'maps-latitude' ) . ' ' . $this->mCoordinateSet['lat'] . '<br />' . |
132 | | - wfMsgForContent( 'maps-longitude' ) . ' ' . $this->mCoordinateSet['lon'] |
133 | | - ) . |
| 130 | + htmlspecialchars ( wfMsgForContent( 'maps-latitude' ) . ' ' . $this->mCoordinateSet['lat'] ) . '<br />' . |
| 131 | + htmlspecialchars ( wfMsgForContent( 'maps-longitude' ) . ' ' . $this->mCoordinateSet['lon'] ) . |
134 | 132 | '</span></span>'; |
135 | 133 | } else { |
136 | 134 | return htmlspecialchars( $this->m_caption ); |