Long wiki not rendering correctly
Long wiki not rendering correctly
Author
Discussion

Craikeybaby

Original Poster:

11,567 posts

242 months

Monday 1st September
quotequote all
I have just noticed that the photo competition wiki is not rendering correctly, it gets to July 2011 then just adds the footer content into one of the cells.



I went to update the wiki to fix it, but it appeared to be correct. Previewing it showed all of the content.

https://www.pistonheads.com/gassing/topic.asp?h=0&...

Ben Lowden

7,084 posts

194 months

PH Marketing Bloke

PH TEAM

Wednesday 3rd September
quotequote all
Thanks for flagging, I can't see the issue either. Will raise with the team!

jagnet

4,295 posts

219 months

Wednesday 3rd September
quotequote all
The team is probably aware already, but if not and If it helps, it looks like an output buffer size issue when the server is rendering the html.

The PH table markup is fine.

The biggest giveaway is that it cuts off in the middle of a word and there's no closing cell, row and table tags in the page source:
<td>July</td>
<td>Reflections</td>
<td><a href="http://www.pistonheads.com/gassing/topic.asp?t=1026828" title="" Target="_blank">Entries</a></td>
<td>No</div>
</div>
</section>
<div class="divider"></div>

The browser's error correction adds the closing elements which is why the footer appears in a table cell.

Ben Lowden

7,084 posts

194 months

PH Marketing Bloke

PH TEAM

Thursday 4th September
quotequote all
Thank you for this, very much appreciated! The team is flat out getting our new identity server live so this won't be a high priority I'm afraid and may need to wait until we rebuild the forums, but really appreciate you sharing a potential fix.