You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have saved this issue with an [Unfinished] tag at the beginning of the subject, because I have not had time to fully write the issue, but I'd rather not lose it if my browser crashes...
I have corrected some errors in error_template.html . At least the most obvious errors (I have probably missed some, since I have not coded html directly for some time). These errors did not prevent the pages from displaying but you'll see that the page looks slightly different now
missing <ul> and </ul> tags around the <li>list items</li>. Use ol (ordered list) instead of ul if you want numbers instead of bullets
removed unnecessary <a> and </a> tags around strings that were not linking to anything
Improvements (I hope)
used relative (%) rather than absolute (px) specification in some style definitions, in order to improve browser window resizing and have a slightly more compact look (especially for smaller browser windows)
Defined a CSS style for p
The text was updated successfully, but these errors were encountered:
I have saved this issue with an [Unfinished] tag at the beginning of the subject, because I have not had time to fully write the issue, but I'd rather not lose it if my browser crashes...
I have corrected some errors in
error_template.html
. At least the most obvious errors (I have probably missed some, since I have not coded html directly for some time). These errors did not prevent the pages from displaying but you'll see that the page looks slightly different nowCorrected error template page including the suggested time information in #32
Corrected errors:
</html>
tag at the end<ul>
and</ul>
tags around the<li>list items</li>
. Useol
(ordered list) instead oful
if you want numbers instead of bullets<a>
and</a>
tags around strings that were not linking to anythingImprovements (I hope)
%
) rather than absolute (px
) specification in some style definitions, in order to improve browser window resizing and have a slightly more compact look (especially for smaller browser windows)p
The text was updated successfully, but these errors were encountered: