Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit c3cbc62

Browse files
committed
corrected wrong url
1 parent 7cbac9a commit c3cbc62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/system/SecurityCenterModule/Controller/ConfigController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ private function getHtmlTags()
700700
'rp' => 'https://www.w3schools.com/tags/tag_rp.asp',
701701
'rt' => 'https://www.w3schools.com/tags/tag_rt.asp',
702702
'ruby' => 'https://www.w3schools.com/tags/tag_ruby.asp',
703-
's' => 'https://www.w3schools.com/tags/tag_strike.asp',
703+
's' => 'https://www.w3schools.com/tags/tag_s.asp',
704704
'samp' => 'https://www.w3schools.com/tags/tag_samp.asp',
705705
'script' => 'https://www.w3schools.com/tags/tag_script.asp',
706706
'section' => 'https://www.w3schools.com/tags/tag_section.asp',

0 commit comments

Comments
 (0)