<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -412,6 +412,8 @@ class ManageForums(webapp.RequestHandler):
     tvals['msg'] = self.request.get('msg')
     tvals['user'] = user
     tvals['forums'] = forums
+    if forum and not forum.tagline:
+      forum.tagline = &quot;Tagline.&quot;
     template_out(self.response, &quot;manage_forums.html&quot;, tvals)
 
 # responds to /, shows list of available forums or redirects to</diff>
      <filename>main.py</filename>
    </modified>
    <modified>
      <diff>@@ -32,7 +32,7 @@ function onSidebarFieldChange() {
 		&lt;td colspan=&quot;2&quot; class=&quot;header&quot;&gt;
 			&lt;div&gt;
 				&lt;h1&gt;&lt;a href=&quot;&quot; class=&quot;green&quot; id=&quot;titleId&quot;&gt;{% firstof forum.title &quot;Title.&quot; %}&lt;/a&gt;&lt;/h1&gt;
-				&lt;p id=&quot;taglineId&quot;&gt;{% firstof forum.tagline &quot;Tagline.&quot; %}&lt;/p&gt;
+				&lt;p id=&quot;taglineId&quot;&gt;{{ forum.tagline }}&lt;/p&gt;
 			&lt;/div&gt;
 		&lt;/td&gt;
 	&lt;/tr&gt;</diff>
      <filename>manage_forums.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab9347d86c3801eb5e14a517b91e1f77ab495246</id>
    </parent>
  </parents>
  <author>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </author>
  <url>http://github.com/kjk/fofou/commit/c3c7d8b31b606cb7c9bd7bb9901412bc451fc321</url>
  <id>c3c7d8b31b606cb7c9bd7bb9901412bc451fc321</id>
  <committed-date>2009-10-21T17:34:37-07:00</committed-date>
  <authored-date>2009-10-21T17:34:37-07:00</authored-date>
  <message>firstof template statement doesn't seem to support non-ascii strings so don't use it in the template (should fix problem reported at http://forums.fofou.org/fofou/topic?id=109328)</message>
  <tree>d90b733658b09e2a9555e98df2797396d9d3956c</tree>
  <committer>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </committer>
</commit>
