[pgsql-www] Broken table rendering on commitfest - Mailing list pgsql-www

From Daniel Gustafsson
Subject [pgsql-www] Broken table rendering on commitfest
Date
Msg-id 10F880A2-D80E-4E23-90DF-90CD93A96765@yesql.se
Whole thread Raw
Responses Re: [pgsql-www] Broken table rendering on commitfest
List pgsql-www
The last table on the CF page is not being closed with the </tbody></table>
pair, most likely since p is undefined to break out of the forloop in the first
place (disclaimer: I don’t know Python or Django so that guesswork might be
bananapants).  The attached (untested since I don’t have a local running CF
app) instead closes on the final iteration in an attempt to fix it.

Does that make sense?

cheers ./daniel


-- 
Sent via pgsql-www mailing list (pgsql-www@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-www

Attachment

pgsql-www by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [pgsql-www] Commitfest privileges
Next
From: Magnus Hagander
Date:
Subject: Re: [pgsql-www] Broken table rendering on commitfest