summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php20
1 files changed, 7 insertions, 13 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php b/www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php
index cda03e33..fba34807 100644
--- a/www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php
+++ b/www/wiki/extensions/SemanticResultFormats/SemanticResultFormats.hooks.php
@@ -189,19 +189,13 @@ final class SRFHooks {
// Intro text, do not escape the message here as it contains
// href links
- $preferences['srf-prefs-intro'] =
- [
- 'type' => 'info',
- 'label' => ' ',
- 'default' => Html::rawElement(
- 'span',
- [ 'class' => 'srf-prefs-intro plainlinks' ],
- wfMessage( 'srf-prefs-intro-text' )->parseAsBlock()
- ),
- 'section' => 'smw/srf',
- 'raw' => 1,
- 'rawrow' => 1,
- ];
+ $preferences['srf-prefs-intro'] = [
+ 'type' => 'info',
+ 'label' => ' ',
+ 'default' => wfMessage( 'srf-prefs-intro-text' )->parseAsBlock(),
+ 'section' => 'smw/srf',
+ 'raw' => 1,
+ ];
// Enable auto update during a page refresh
$preferences['srf-prefs-eventcalendar-options-update-default'] = [