Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryPrinter.php |
— | — | @@ -50,7 +50,7 @@ |
51 | 51 | $this->readParameters($params,$outputmode); |
52 | 52 | if ($results->getCount() == 0) { // no results, take over processing |
53 | 53 | if (!$results->hasFurtherResults()) { |
54 | | - return htmlspecialchars($this->mDefault) . $this->getErrorString($results); |
| 54 | + return $this->mDefault . $this->getErrorString($results); |
55 | 55 | } elseif ($this->mInline) { |
56 | 56 | $label = $this->mSearchlabel; |
57 | 57 | if ($label === NULL) { //apply defaults |