Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Jun 25, 2016
1 parent 1ba2692 commit 3049cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/turbogears/minimal/index.rst
Expand Up @@ -194,7 +194,7 @@ in our ``hello.xhtml`` template:

<title>Hello</title>
<py:if test="person">
<h1>Hello ${h.text.truncate(person, 5)}</h1>
<h1>Hello ${h.text.truncate(person, 5)}</h1>
</py:if><py:else>
<h1>Hello World!</h1>
</py:else>
Expand Down

0 comments on commit 3049cd9

Please sign in to comment.