Skip to content

mariansollmann/smarty-bug-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expected output:

<foo>
array (
  'bar' => '12',
)
'

	Hello from child

'
</foo>

Actual output:

<foo>
array (
  'bar' => 'Hello from child',
)
'

	Hello from child

'
</foo>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages