Hello
Can someone please help me solve this urgent problem:
After upgrading to version 1.4.2 of backlinks have changed.
The backlinks were the following:
example
After the update, have been transformed in this way:
a href = &T; "http://www.example.com" example & T & T / A & T
The transformation occurred only in the theme (ZenMasonery).
Let me explain.
In my site I wrote the texts, and in these texts, I put this backlink:
example
After the update has become so:
a href = &T; "http: //www.example.com" example& T & T / A & T
In the administrative part of the theme there are no problems. It reads like this:
example
In the public part reads as follows:
a href = &T; "http://www.example.com" example & T & T / A & T .
The public theme (zenMasonery) reads directly from HTML without translating the backlink.
You will really need to supply some details. We are not seeing anything like this, so we need to know exactly (i.e. step by step) how to produce it.
For instance, I do not understand what you mean by backlinks. I would have thought those referred to breadcrumbs or such, but those you do not provide in the administrative part of. so your example makes no sense t me. (BTW, it is also not correct html.)
Thank you very much for your response.
I could not answer yesterday.
To give a simple answer and understandable. I ask you to copy this text in the source code of Zenphoto:
`[size=small] Example [/size]
`
After copying the text in the source code. In the text editor you will see this:
&t; a href="http://www.example.com"> Example &t;/ a&t;
In theme you will see this:
&t;a href="http://www.example.com"&t; Example &t;/ a&t;
Before upgrading to version 1.4.2. So you could see in the theme:
< a href="http://www.example.com"> Example
The Zenpage Text Editor works well.
I apologize for my bad English
Thank you for your advice.
Here is the message changed:
To give a simple answer and understandable. I ask you to copy this text in the source code of Zenphoto:
`[size=small]< a href="http://www.example.com"> Example [/size]
`
After copying the text in the source code. In the text editor you will see this:
< a href="http://www.example.com"> Example
In theme you will see this:
`
&t;a href="http://www.example.com"&t; Example &t;/ a&t;
`
Before upgrading to version 1.4.2. So you could see in the theme:
< a href="http://www.example.com"> Example
The Zenpage Text Editor works well.