Talk:MyList export template guidelines: Difference between revisions

From AniDB
Jump to navigation Jump to search
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:


= Requests =
= Requests =
under loop_anime_genren
data_anime_genren_weight


= 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/\"/\&quot\;/g;
$str =~ s/\`/\&rsquo\;/g;
to
$str =~ s/\'/\&#8217\;/g;
$str =~ s/\"/\&#34\;/g;
$str =~ s/\`/\&#8216\;/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

Latest revision as of 20:35, 27 April 2009

Planned additions

Planned fixes

Requests

under loop_anime_genren data_anime_genren_weight

Bugs

  • epcnt and special epcnt broken for loop_anime_groups [?]
  • data_anime_award_type_img produces a malformed img xml tag which is not closed