Hello, first saying that the pics-label label does not appear on frontpage, "Default and specific meta tags -> Front page not the box "PICS labels" as if that appears in "Default values"

Second, in all the pages have turned the PICS labels and I appear, but in the source code of the page is wrong "":

<meta http-equiv="pics-label" content="(pics-1.1 &quot;http://www.icra.org/pics/vocabularyv03/&quot; l gen true for http://www.example.com r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))" />

Content Advisor in Internet Explorer tells me that the label for classification in this page is not valid

The correct code should be so, no?:

<meta http-equiv = "PICS-Label" content = '(pics-1.1 "http://www.icra.org/pics/vocabularyv03/" l gen true for
"http://www.example.com" r (n 0 s 0 v 0 l 0 or 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0)) '/>

Thanks!

Comments

apaderno’s picture

Title: Meta pics-label error and not on frontpage » It is not possible to set the value for the meta tag PICS-LABEL to use in the front page
Status: Active » Fixed

According to http://www.w3.org/TR/html4/intro/sgmltut.html#attributes and http://www.w3.org/TR/html4/intro/sgmltut.html#attributes, the output of the module is correct.

I changed the code, and it is now possible to set a value for that meta tag also for the front page.

Thanks for your report.

k74’s picture

well, but Internet Explorer 8 tells me this error when I have the "advisory content "enabled:

"The rating label on this page is invalid. Not recognized "http://www.example.com r (n 0 s 0 v 0 l 0 or 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0)) "or is incorrectly formatted. The recommends notify Landlord this site."

Source Code:

<link rel="meta" href="http://www.example.com" title="ICRA labels" type="application/rdf+xml" />
<meta http-equiv="pics-label" content="(pics-1.1 &quot;http://www.icra.org/pics/vocabularyv03/&quot; l gen true for http://www.example.com r (n 0 s 0 v 0 l 0 oa 0 ob 0 oc 0 od 0 oe 0 of 0 og 0 oh 0 c 0))" />
apaderno’s picture

Internet Explorer is not complaining about the quotes; it complains that it doesn't understand the part after gen true for.

k74’s picture

so what's the problem?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.