Commit 3ef44f2d authored by Nicolas Widart's avatar Nicolas Widart Committed by GitHub

Merge pull request #391 from moebrowne/templates/escape-settings-blade-directive

Escaped the output of the @setting blade directive
parents 99cef38a ed6df793
......@@ -24,7 +24,7 @@ final class SettingDirective
{
$this->extractArguments($arguments);
return setting($this->settingName, $this->locale, $this->default);
return e(setting($this->settingName, $this->locale, $this->default));
}
/**
......
Markdown is supported
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