diff options
author | Georg Brandl <georg@python.org> | 2008-12-29 20:20:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-29 20:20:17 +0100 |
commit | 2dc410c1bb8e078c5e98cb5bdad332c28abb998f (patch) | |
tree | 7fccda45b9731dc76d0996b05dacfa6bcc0d0d7b | |
parent | 04348edceeff0e308fd1588ce0b76108e467c133 (diff) | |
download | sphinx-git-2dc410c1bb8e078c5e98cb5bdad332c28abb998f.tar.gz |
fix whitespace glitch
-rw-r--r-- | sphinx/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index bf203a603..e011f643c 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -76,7 +76,7 @@ </div> </div> {%- endif %} -{%- endmacro -%} +{%- endmacro %} <html xmlns="http://www.w3.org/1999/xhtml"> <head> |