Skip to content

Empty Lines / Quirks Mode #14

@gmuehl

Description

@gmuehl

For some strange Reason Smarty adds an empty Line before the Doctype, which sends the Browser in Quirks Mode. Solution was pretty simple:

SmartyRender.php line 144:

$this->__content = trim($this->smarty->fetch($this->__file));

just added a trim(). See this as a Pull Request ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions