commit | 84afb351d970c3b044807b104c16a815bc806f18 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Mar 12 15:20:46 2013 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Mar 12 15:20:46 2013 +0530 |
tree | e3f2a7ac5c0a0c627ce90a495461feca057fccb0 | |
parent | 6a4c4682190aea8fbec8e8a15d9a7de672f205db [diff] |
fix in about
diff --git a/website/templates/pages/about.html b/website/templates/pages/about.html index 0015d89..291f39c 100644 --- a/website/templates/pages/about.html +++ b/website/templates/pages/about.html
@@ -24,7 +24,7 @@ </div> </span> <span class="span10"><h4 itemprop="name">{{ d.full_name }}</h4> - <div itemprop="description">{{ d.bio }}</div> + <p itemprop="description">{{ d.bio }}</p> </span> </div> {% endfor %}