[RSS Feed/News] Possible bug issue in message_macros (itemprop="name" appears twice)

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hi,

I just updated one of our forums to 2.2.5 and did a standard W3C Validator check afterwards this which reported an error message concerning the message_macros template:

The corresponding code line is
Code:

Code:
<div class="message-userDetails">
<h4 class="message-name"><xf:username user="$user" rich="true" defaultname="{$fallbackName}" itemprop="name" /></h4>

If I have a look at the source code rendered by this in the browser I see
HTML:

Code:
<div class="message-userDetails">
<h4...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom