Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
hhit
config-generator
Commits
8b504e88
Commit
8b504e88
authored
Mar 22, 2022
by
Hendrik Heneke
Browse files
Do not escape output
parent
756dcbdf
Pipeline
#414
failed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Generator/Compiler/Compiler.php
src/Generator/Compiler/Compiler.php
+1
-1
No files found.
src/Generator/Compiler/Compiler.php
View file @
8b504e88
...
...
@@ -54,7 +54,7 @@ class Compiler extends FileReader
{
if
(
!
$this
->
fn
)
{
$compiled
=
LightnCandy
::
compile
(
$this
->
read
(),
[
'flags'
=>
LightnCandy
::
FLAG_BESTPERFORMANCE
|
LightnCandy
::
FLAG_HANDLEBARS
,
'flags'
=>
LightnCandy
::
FLAG_BESTPERFORMANCE
|
LightnCandy
::
FLAG_HANDLEBARS
|
LightnCandy
::
FLAG_NOESCAPE
,
'helpers'
=>
$this
->
helpers
]);
$this
->
fn
=
eval
(
$compiled
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment