Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 132:
var history_entry = new Array();
history_entry["date_text"] = history_text.match( /^<li>([^(<]+)/is )[1];
//history_entry["title"] = history_text.match( /title="([^"]+)"/is )[1]
//.replace( /"/g, "\"")
//.replace( /&/g, "&");
//history_entry["comment"] = history_text.match( /<span class='comment'>([^<]+)/ )[1];
//history_entry["minor"] = /<span class="minor"/.test(history_text);
dump_lines(history_entry);
|