greenscript icon indicating copy to clipboard operation
greenscript copied to clipboard

Lots of line breaks in the HTML

Open sauravshah opened this issue 13 years ago • 5 comments

Using: -- main.html --

 
<html> 
<head>
<title>#{get 'title' /}</title>
<meta charset="utf-8">
<link href="@{'/public/images/favicon.ico'}" rel="shortcut icon"
type="image/x-icon"/>
#{greenscript.js 'jquery.form < jquery.validate.min < jquery-1.6.2',
output:'all'/}
#{greenscript.css output:'all'/}
</head>
<body>
#{doLayout /}
</body>
</html>

-- index.html --

#{extends 'main.html' /} 
#{set title:'title' /} 
#{greenscript.css 'main005' /} 

About 20 line breaks between the css declaration and the favicon one.

sauravshah avatar Jul 28 '11 13:07 sauravshah

Yes, I second that; Why all the blank lines?

yanickrochon avatar Aug 26 '11 16:08 yanickrochon

for what it's worth, +1 here

karlseguin avatar Sep 16 '11 04:09 karlseguin

+1 also

JosefBoukal avatar Sep 16 '11 12:09 JosefBoukal

+1

orefalo avatar Sep 16 '11 12:09 orefalo

+1 :-)

jtammen avatar Feb 11 '12 18:02 jtammen