Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | } elseif ( $param_name == 'query string' ) { |
183 | 183 | $inQueryStr = $value; |
184 | 184 | } elseif ( $param_name == 'title' ) { |
185 | | - $inTitle = $value; |
| 185 | + $inTitle = Sanitizer::decodeCharReferences( $value ); |
186 | 186 | } elseif ( $param_name == 'target' ) { |
187 | 187 | $inTargetName = $value; |
188 | 188 | } elseif ( $param_name == null && $value == 'popup' |