Page 1 of 1

New Chemistry error

Posted: Tue Apr 04, 2023 6:33 pm
by Micaela Monroe
Hi there,

One of my colleagues noticed a new message when generating output with PDF Chemistry. It doesn't look like it affects the output but we would like to understand what it means and I can't find documentation for it online.

[CH] String-valued property starts with quote but doesn't end with quote: [here the message includes the title of the problematic topic, which I have removed].

The topic is validating just fine.

Thanks,
Micaela

Re: New Chemistry error

Posted: Wed Apr 05, 2023 10:34 am
by andrei_pomacu
Hi,
This warning could occur because of some property in your CSS customization that is missing an ending quote.
*{
property: 'value ';
}

*{
property: url("topbanner.png")
}

Regards,
Andrei

Re: New Chemistry error

Posted: Wed Apr 05, 2023 7:52 pm
by Micaela Monroe
Thank you!

Re: New Chemistry error

Posted: Fri Apr 07, 2023 2:38 pm
by chrispitude
You could also try opening the CSS file in the Oxygen editor to look for red validation errors for syntax issues.