Unverified Commit 5151f87b authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(setup) Fix escaped HTML link in setup

issue #6122
Showing with 3 additions and 1 deletion
+3 -1
......@@ -34,7 +34,7 @@ class setupStepChecks extends setupStep
)
),
'setup' => array(
'name' => _('PHP setup configuration (<a href="?info" target="_blank">show information</a>)'),
'name' => _('PHP setup configuration'),
'template' => get_template_path("setup_checks.tpl", TRUE, dirname(__FILE__)),
'attrs' => array(
new FakeAttribute('config_checks')
......
<div id="{$sectionId}" class="plugin-section">
<span class="legend">
{$section}
-
<a href="?info" target="_blank">{t}show information{/t}</a>
</span>
<div>
{foreach from=$attributes item=infos}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment