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 }} » <a href="{{ news_row.U_LAST_COMMENTS }}" title="{{ lang('GOTO_LAST_POST') }}" title="{{ lang('VIEW_LATEST_POST') }}"> {{ news_row.LAST_POST_TIME }}</a>
</div>
Code: Select all
<div class="responsive-show" style="display: none;">
{{ lang('LAST_POST') }} {{ lang('POST_BY_AUTHOR') }} {{ news_row.USERNAME_FULL_LAST }} » <a href="{{ news_row.U_LAST_COMMENTS }}" title="{{ lang('VIEW_LATEST_POST') }}"> {{ news_row.LAST_POST_TIME }}</a>
</div>