[gimp-web/gimp-web-static] Fixed <p> cannot be inside inline el <span>... duh!
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Fixed <p> cannot be inside inline el <span>... duh!
- Date: Fri, 9 Oct 2015 20:08:02 +0000 (UTC)
commit 9f84a2e3accf7324324ed9037211f194706064c1
Author: Pat David <patdavid gmail com>
Date: Fri Oct 9 15:07:53 2015 -0500
Fixed <p> cannot be inside inline el <span>... duh!
themes/newgimp/templates/page.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/page.html b/themes/newgimp/templates/page.html
index 8a8486a..799eda3 100644
--- a/themes/newgimp/templates/page.html
+++ b/themes/newgimp/templates/page.html
@@ -41,7 +41,7 @@
<div style="border: dotted 1px #ccc; ;" class='page_content'>
<p>Debug stuff. Ignore</p>
- <span style='font-size: 80%;'>
+ <div style='font-size: 80%;'>
<p>
url: {{ page.url }} <br/>
slug: {{ page.slug }}<br/>
@@ -67,7 +67,7 @@
<a href="{{ SITEURL }}/{{ child.url }}">{{ child.title }}</a></li>
{% endfor %}
</ul>
- </span>
+ </div>
</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]