"Trailing slash on void elements has no effect and interacts badly with unquoted attribute values."
What can we do about this, is the intention to remove it
/
everywhere or what?/
everywhere or what?How do you mean ?
/
already.<meta charset="utf-8">
& <input type="checkbox" name="viewonline" id="viewonline" tabindex="5" >
etc. etc.Code: Select all
<link href="./ext/bb3mobi/lastpostavatar/styles/all/theme/lastpostavatar.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/donation/styles/prosilver/theme/donation.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/memberprofileviews/styles/prosilver/theme/memberprofileviews.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/privatemessageinfo/styles/prosilver/theme/privatemessageinfo.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/progressbar/styles/prosilver/theme/progressbar.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/whovisitedthistopic/styles/prosilver/theme/whovisitedthistopic.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/dmzx/youtubegallery/styles/prosilver/theme/video.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/hifikabin/attachmentfluffbuster/styles/all/theme/attachmentfluffbuster.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/hifikabin/headerbanner/styles/prosilver/theme/headerbanner.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/hifikabin/headerbanner/styles/prosilver/theme/headerbanner_background.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/hifikabin/navbarsearch/styles/prosilver/theme/navbarsearch.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/paul999/mention/styles/all/theme/mention.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/phpbb/boardannouncements/styles/all/theme/boardannouncements.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/phpbb/collapsiblecategories/styles/all/theme/collapsiblecategories.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/phpbb/pages/styles/prosilver/theme/pages_common.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/rmcgirr83/contactadmin/styles/prosilver/theme/imageset.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/rmcgirr83/sfpo/styles/prosilver/theme/sfpo.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/steve/postreactions/styles/prosilver/theme/reactions.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/vse/abbc3/styles/all/theme/abbc3_common.min.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/phpbb/boardannouncements/styles/all/theme/boardannouncements.css?assets_version=8253" rel="stylesheet" media="screen" />↩
<link href="./ext/vse/scrollpage/styles/all/theme/scrollpage.min.css?assets_version=8253" rel="stylesheet" media="screen" />↩
When I look in those style events, I don't see any / at all. To give the example below.Mannix_ wrote: Sun Oct 16, 2022 10:20 am those links are added by the extensions. So I would look in there. To be precise in the ext/extName/styles/styleNameThatYouUse/template/event
{% INCLUDECSS '@dmzx_donation/donation.css' %}
Code: Select all
<input type="hidden" name="redirect" value="./index.php?sid=55c8d0ec88bb0e7410023d936a2f7d91" />↩
<input type="hidden" name="creation_time" value="1665918767" />↩
<input type="hidden" name="form_token" value="21d1cde972fe6186b4554b8aaeb3dcac08d3bfa0" />
Code: Select all
<dd><input type="hidden" name="sid" value="55c8d0ec88bb0e7410023d936a2f7d91" />
Code: Select all
{S_LOGIN_REDIRECT}
{S_FORM_TOKEN_LOGIN}
<dl>
<dt> </dt>
<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1"></dd>
</dl>
</fieldset>
</div>
Look through the rest of the html files of that extension
I actually don't have any more information... The W3C indicates this... And actually it's on every phpBB forumMannix_ wrote: Sun Oct 16, 2022 4:06 pm Well if it's not in any of the html files of an extension then it's in a html files of a style you use. There is no way to guess that by just a little snipet you posted
Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.