Talk:MyList export template guidelines: Difference between revisions

Line 7: Line 7:
= Bugs =
= Bugs =
the entitys in the synopsis are not recognised by xml. Can we changed jsencodehtml, these 3 lines
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;
<pre> $str =~ s/\'/\&rsquo\;/g;<br>
$str =~ s/\`/\&rsquo\;/g;
$str =~ s/\"/\&quot\;/g;<br>
$str =~ s/\`/\&rsquo\;/g;<br></pre>
  to  
  to  
 
<pre> $str =~ s/\'/\&#8217\;/g;<br>
$str =~ s/\'/\&#8217\;/g;
$str =~ s/\"/\&#34\;/g;<br>
$str =~ s/\"/\&#34\;/g;
$str =~ s/\`/\&#8216\;/g;<br></pre>
$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
347

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.