xhtml valid problem

Current Version: 2.1.0
Released: 2015-10-26
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

xhtml valid problem

Post by Solidjeuh »

I'm making my forum html5 valid, and I found a mistake in news_compact_center.html
There is 2 time the "title" attribute.
title="{{ lang('GOTO_LAST_POST') }}" title="{{ lang('VIEW_LATEST_POST') }}">
I removed one, now that error is gone.
Was my edit correct? I removed the last title attribute.

Replaced

Code: Select all

						<div class="responsive-show" style="display: none;">
							{{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {{ news_row.USERNAME_FULL_LAST }} &raquo; <a href="{{ news_row.U_LAST_COMMENTS }}" title="{{ lang('GOTO_LAST_POST') }}" title="{{ lang('VIEW_LATEST_POST') }}"> {{ news_row.LAST_POST_TIME }}</a>
						</div>
With

Code: Select all

						<div class="responsive-show" style="display: none;">
							{{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {{ news_row.USERNAME_FULL_LAST }} &raquo; <a href="{{ news_row.U_LAST_COMMENTS }}" title="{{ lang('VIEW_LATEST_POST') }}"> {{ news_row.LAST_POST_TIME }}</a>
						</div>
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: xhtml valid problem

Post by Kirk »

On your board is missing the phpBB and board3 copyright!
Gruß Udo
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: xhtml valid problem

Post by Solidjeuh »

Kirk wrote: 20. May 2019 06:21 On your board is missing the phpBB and board3 copyright!
No, it's there. ;) I never remove copyrights. Click the "Show / Bekijk" text.

Image
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: xhtml valid problem

Post by Kirk »

Your coppyright is OK.
Your change for the double title adribute is correct.
Gruß Udo
User avatar

Topic author
Solidjeuh
Valued Contributor
Posts: 61
Joined: 26. January 2017 13:12
phpBB.com User: Froddelaar
Location: Aalst, Belgium
Contact:

Re: xhtml valid problem

Post by Solidjeuh »

Ok thx for the confirmation. Then all is okay now ;)
Register a free account & Play!!
~~~ https://www.solidjeuh.be ~~~
Have a secret? --> https://www.tellyoursecrets.eu
Locked

Return to “Board3 Portal 2.1.x - English Support”