--- MapTips.widget.php 2005-02-23 21:31:57.000000000 +0100 +++ MapTips.widget.php.new 2005-02-25 12:56:05.806316928 +0100 @@ -41,7 +41,7 @@ * "http://www.foo.bar/index.php?id=12345". * - add feature: new LINKTARGET attribute. If not set, "_blank" is used to * keep compatibility with previous versions. If LINKTARGET attribute is set -* to "", it will be omitted in the according hfres. +* to "", it will be omitted in the according hrefs. */ include_once(dirname(__FILE__)."/../Widget.php"); @@ -251,7 +251,7 @@ { $this->mszLayer = $this->getVar( 'MAPTIPS_LAYER' ); $this->maszAttributes = explode( ",", $this->getVar( 'MAPTIPS_ATTRIBUTES' ) ); - $this->mszLinkURL = $this->getVar( 'MAPTIPS_URL' ); + $this->mszLinkURL = stripslashes( $this->getVar( 'MAPTIPS_URL' ) ); $this->mszLinkUniqueID = $this->getVar( 'MAPTIPS_UNIQUEID' ); } return true;