Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
852 views
There ist a incomplete HTML in several (not all) lines:

</tr><tr style="text-align: right; ...

should be

</tr><tr><td style="text-align: right; ...

Many thanks for fixing.
Micha_de
in Bug reports by micha_de (7.1k points)
Can you be more specific where you find such tags (little bit more context?)? I can not find these in mine stats.

Hi Jakuje
I cannot download your "Static HTML Profile" to see if this error also appears.

You can check your downloaded file by seaching for the string:

</tr><tr style="text-align: right;


An example for my complete line is:

</tr><tr style="text-align: right; background-color: #E0D3C5; padding: 1px 2px; vertical-align: top; white-space: nowrap;"><b>12</b></td>

The <td> tag ist missing.

The Browser rendered the line 12 as shown in the screenshot:
https://ibb.co/njbH2FC

Thank you for clarification. It is the block Challenges signed. I have only one cache there which is fine. I hope it will be enough information to get it fixed.

1 Answer

+1 vote
 
Best answer
This should be fixed now.
by pinkunicorn (Moderator) (194k points)
selected by micha_de
Looks fine
...