Skip to content

Commit

Permalink
Merge pull request #74 from fahhem/patch-1
Browse files Browse the repository at this point in the history
Typo in template.py
  • Loading branch information
regebro committed May 11, 2015
2 parents 42f267a + 12399e2 commit c4c890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hovercraft/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def xml_node(self):
'media': resource.extra_info}))
elif resource.resource_type == JS_RESOURCE:
js_element = etree.Element('js', attrib={'src': resource.final_path()})
if resource.extra_info == JS_POSIION_BODY:
if resource.extra_info == JS_POSITION_BODY:
body.append(js_element)
else:
header.append(js_element)
Expand Down

0 comments on commit c4c890c

Please sign in to comment.