Forums / Developer / white space in eZ OE

white space in eZ OE

Author Message

Akhilesh Singh

Monday 25 April 2011 4:50:15 am

hello all,
can any one help me in this i have one issue with <b> i.e strong style in eZ oe editor.
when ever i try to make text bold from editor it outputs the text with some white space for example if i have a text line :
"hello akhi, how are you"
out put
"hello akhi , how are you".
please note the space between akhi and "," in output can any one suggest me how can i remove that space please.

i am using eZ 4.3

Thanks in advance,
Akhi

André R.

Monday 25 April 2011 5:36:00 am

Check issue tracker or github, this was fixed after 4.3 came out. It's probably a eZ Publish 4.3 issue where templates by mistake got the missing line break fix during build process (a line break was added on all files that did not contain one at last line, but this causes inline tags to ouput trailing whitespace since line break is threated as withspace in html).

So either 1. upgrade or 2. manually fix your ezxml inline tags templates in design/standard/templates/content/datatype/view/ezxmltags or 3. try downloading from git:

https://github.com/ezsystems/ezpublish/tree/master/design/standard/templates/content/datatype/view/ezxmltags

In case of #2 and #3, make sur you also fix this in any override of these templates.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Akhilesh Singh

Thursday 28 April 2011 8:21:32 am

Thank you very much André R...