We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:Biota

From Esolang
Jump to navigation Jump to search

The javascript page is wrong. Here is the correct-code:

document.getElementById("code").innerHTML = code.substring(0,c1.ip).replace(/\n/g,"
").replace(/ /g," ") + cspan(c1) + code.substring(c1.ip+1, c2.ip).replace(/\n/g,"
").replace(/ /g," ") + cspan(c2) + code.substring(c2.ip+1).replace(/\n/g,"
").replace(/ /g," ");

Fixed --IanO 18:47, 7 Nov 2005 (GMT)