Closed
Description
This piece of html
<p>Note the lack of the <code><meta name="viewport" content="width=device-width, initial-scale=1.0"></code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
<p>© Company 2013</p>
Becomes, by using http://html2jade.aaron-powell.com
p
| Note the lack of the
code <meta name="viewport" content="width=device-width, initial-scale=1.0">
| , which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.
p © Company 2013
it should be
p
| Note the lack of the
code **<**meta name="viewport" content="width=device-width, initial-scale=1.0"**>**
| , which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.
p **©** Company 2013
Metadata
Metadata
Assignees
Labels
No labels