13
edits
Fahrenheit (talk | contribs) (→Bugs) |
(→Bugs) |
||
Line 6: | Line 6: | ||
= Bugs = | = Bugs = | ||
the entitys in the synopsis are not recognised by xml. Can we changed jsencodehtml, these 3 lines | |||
$str =~ s/\'/\&rsquo\;/g; | |||
$str =~ s/\"/\"\;/g; | |||
$str =~ s/\`/\&rsquo\;/g; | |||
to | |||
$str =~ s/\'/\’\;/g; | |||
$str =~ s/\"/\"\;/g; | |||
$str =~ s/\`/\‘\;/g; | |||
* epcnt and special epcnt broken for loop_anime_groups [?] | * epcnt and special epcnt broken for loop_anime_groups [?] | ||
* data_anime_award_type_img produces a malformed img xml tag which is not closed | * data_anime_award_type_img produces a malformed img xml tag which is not closed | ||
edits