rendrjs / rendr-app-template

Basic skeleton for a Rendr app. Deprecated in favor of ./examples dir in rendr repo.
MIT License
285 stars 83 forks source link

add missing double quotations in __layout.hbs #41

Closed takashi closed 11 years ago

spikebrehm commented 11 years ago

Quotes around attributes aren't required by the HTML5 doctype, but I understand how it can be easier to read.

takashi commented 11 years ago

@spikebrehm thx :)