Commit b09aa8c889c0cdd9cb201c4e0f8edb04d4fabdc6

  • avatar
  • p4bl0 <pablo.rauzy @gm…l.com>
  • Wed Jun 24 14:55:13 CEST 2009
fix a little bug
  
3434 }
3535 var i = 0, tmp1, tmp2 = html;
3636 do {
37 tmp1 = tmp2; i++;
37 tmp1 = tmp2;
3838 tmp2 = tmp1.replace(/(^|[^>]):(todo|started|done|canceled)/,
3939 '$1<span class="state $2" id="'+tid+'-state-'+i+'">:$2</span>');
40 i++;
4041 } while (tmp1 != tmp2);
4142 html = tmp2;
4243
7070 },
7171 cur_memo: 'memo',
7272 memo: {
73 'memo': 'This is the MemoWiki content for the \'memo\' hashtag :-)<br />Like tasks, memo can contains state markers and hashtag links to other memo.<br /><br />Write #another memo [<span class="state todo" id="memo-state-0">:todo</span>]'
73 'memo': 'This is the MemoWiki content for the \'memo\' hashtag :-)<br />Like tasks, memo can contains state markers and hashtag links to other memo.<br /><br />Write #<span class="memowiki">another</span> memo [<span class="state todo" id="memo-state-0">:todo</span>]'
7474 }
7575};
7676