Talk:MyList export template guidelines: Difference between revisions

From AniDB
Jump to navigation Jump to search
Line 8: Line 8:


= Bugs =
= Bugs =
the entitys in the synopsis are not recognised by xml. Can we changed jsencodehtml, these 3 lines
* global genre loop -> global_genren_loop in a live list did not spit out genre id '16', drama. But some shows have it
 
<pre> $str =~ s/\'/\&rsquo\;/g;<br>
$str =~ s/\"/\&quot\;/g;<br>
$str =~ s/\`/\&rsquo\;/g;<br></pre>
to
<pre> $str =~ s/\'/\&#8217\;/g;<br>
$str =~ s/\"/\&#34\;/g;<br>
$str =~ s/\`/\&#8216\;/g;<br></pre>
 
* 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

Revision as of 08:37, 20 January 2008

Planned additions

Planned fixes

Requests

under loop_anime_genren data_anime_genren_weight

Bugs

  • global genre loop -> global_genren_loop in a live list did not spit out genre id '16', drama. But some shows have it
  • epcnt and special epcnt broken for loop_anime_groups [?]
  • data_anime_award_type_img produces a malformed img xml tag which is not closed