Talk:MyList export template guidelines: Difference between revisions
Jump to navigation
Jump to search
Fahrenheit (talk | contribs) (→Bugs) |
Fahrenheit (talk | contribs) (→Bugs) |
||
Line 11: | Line 11: | ||
$str =~ s/\"/\"\;/g;<br> | $str =~ s/\"/\"\;/g;<br> | ||
$str =~ s/\`/\&rsquo\;/g;<br></pre> | $str =~ s/\`/\&rsquo\;/g;<br></pre> | ||
to | |||
<pre> $str =~ s/\'/\’\;/g;<br> | <pre> $str =~ s/\'/\’\;/g;<br> | ||
$str =~ s/\"/\"\;/g;<br> | $str =~ s/\"/\"\;/g;<br> |
Revision as of 00:42, 13 January 2008
Planned additions
Planned fixes
Requests
Bugs
the entitys in the synopsis are not recognised by xml. Can we changed jsencodehtml, these 3 lines
$str =~ s/\'/\&rsquo\;/g;<br> $str =~ s/\"/\"\;/g;<br> $str =~ s/\`/\&rsquo\;/g;<br>
to
$str =~ s/\'/\’\;/g;<br> $str =~ s/\"/\"\;/g;<br> $str =~ s/\`/\‘\;/g;<br>
- epcnt and special epcnt broken for loop_anime_groups [?]
- data_anime_award_type_img produces a malformed img xml tag which is not closed