Skip to content

HTML-style attributes #6

@derDoc

Description

@derDoc

In Haml HTML-style aatributes work just like attribute hashes.
So this:

%html(xmlns="http://www.w3.org/1999/xhtml")

should result in this

<html xmlns="http://www.w3.org/1999/xhtml"></html>

Instead phphaml outputs this:

<html<?php $this->writeAttributes(array ('class' => 'w3 org')); ?>>
  <?php echo ; ?>

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