Last post 5 hours 22 min ago
Posts last week 89
Average response time last week 30 min
All time posts 67739
All time tickets 10468
All time avg. posts per day 21

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#6561 – SH404 Invalid description generated

Posted in ‘Pre-sale questions’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Tuesday, 27 November 2018 12:11 UTC
woo123
Hi,

I'm maintaining a website of a client who's using SH404.
I'm not looking for support or help just wanted to report an issue as I did not find any option on "get support" page for some reason.

If a joomla article includes styles the component generates invalid description. Example:

Article:
[code type="markup"]
<style>h1 {color: red}</style>
<p>This is a great article</p>
[/code]

The generated description is:

[code type="markup"]<meta name="description" content="h1 {color: red} Website title - This is a great article">[/code]
but I'd expect:
[code type="markup"]<meta name="description" content="Website title - This is a great article">[/code]

this can be fixed in metadata.php now:

[code type="markup"] $expressions = array(
'/<script\s[^&gt;]*>.*<\/script>/uUis',[/code]

fixed:
[code type="markup"]
$expressions = array(
'/<style>.*<\/style>/uUis',
'/<script\s[^&gt;]*>.*<\/script>/uUis',[/code]

With thanks,
Peter
Tuesday, 27 November 2018 16:50 UTC
wb_weeblr
Hi Peter,

Thanks for the report, this will be in next release!

Best regards
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.