Html altered upon saving in Title but not description
3 years 7 months ago #60431
by zelena
Replied by zelena on topic Html altered upon saving in Title but not description
Please Log in or Create an account to join the conversation.
3 years 7 months ago #60432
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Html altered upon saving in Title but not description
I think that there is a problem with the replacement of the file
you shall have this line 103
the important addition is
please check that this is in your file, and also check that you have not using a template override (else the file is in your template)
you shall have this line 103
Code:
<div class="camera_caption_title">
<?php
$item->title = str_replace("|dq|", "\"", $item->title);
if ($link && $linkposition == 'title') {
echo $startLink . $item->title . '</a>';
} else {
echo $item->title;
} ?>
</div>
Code:
$item->title = str_replace("|dq|", "\"", $item->title);
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
3 years 7 months ago #60433
by zelena
Replied by zelena on topic Html altered upon saving in Title but not description
Right. I didn't even realize that I had a template override, but I do. It is fixed now - thanks for this.
Please Log in or Create an account to join the conversation.
3 years 7 months ago #60434
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Html altered upon saving in Title but not description
ok great
this will be included in the next release
this will be included in the next release
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.203 seconds