Skip to content

Commit

Permalink
Removed extra div in comment template that was causing sidebar to mis…
Browse files Browse the repository at this point in the history
…render.
  • Loading branch information
lethain committed Jul 9, 2008
1 parent 5092062 commit 5827731
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions templates/lifeflow/comment.html
Expand Up @@ -56,24 +56,22 @@ <h3> Preview of your comment: </h3>
<span><button type="submit" name="honey4"></span>
</div>
</form>
<div class="comment-help">
<p> Comments may make use of all MarkDown++ formating. Raw html will be escaped.</p>
<hr>
<h4> Quick Introduction to MarkDown++ Syntax </h4>
<p>A highlighted code block:</p>
<pre>@@ ruby

<div class="comment-help">
<p> Comments may make use of LifeFlow MarkDown. Raw html will be escaped.</p>
<hr />
<h4> Quick Introduction to LifeFlow MarkDown Syntax </h4>
<p>A highlighted code block:</p>
<pre>@@ ruby
def a (b, c):
b * c
end
@@</pre>
<p> Other common languages work as well: scheme, python, java, html, etc.</p>
<p>Other markdown syntax:</p>
<pre> ### This is an h3 title

<p> Other common languages work as well: scheme, python, java, html, etc.</p>
<p>Other markdown syntax:</p>
<pre> ### This is an h3 title
#### This is an h4 title

**this is bold**

*this is italics*

1. This is an
Expand All @@ -83,11 +81,5 @@ <h4> Quick Introduction to MarkDown++ Syntax </h4>
* list too

[this is a link](http://www.lethain.com/ "Lethain")</pre>

</div>


</div>

{% endblock %}
{% block sidebar %}{% endblock %}
</div>
{% endblock %}

0 comments on commit 5827731

Please sign in to comment.