[Grok-dev] grokproject: Default index template misses closing html
tag
Maurits van Rees
m.van.rees at zestsoftware.nl
Wed May 2 11:25:48 EDT 2007
Hi,
When I run grokproject (latest egg) it creates an index.pt that misses
a closing html tag:
-------------------------------------------
<html>
<head>
</head>
<body>
<h1>Congratulations!</h1>
<p>Your Grok application is up and running.
Edit <code>willdo/app_templates/index.pt</code> to change
this page.</p>
</body>
-------------------------------------------
I do not see errors in the browser due to this, but it seems wrong
still. Or am I missing something that is happening implicitly?
--
Maurits van Rees | http://maurits.vanrees.org/ [NL]
Work | http://zestsoftware.nl/
"Do not worry about your difficulties in computers,
I can assure you mine are still greater."
More information about the Grok-dev
mailing list