Changeset 17879

Show
Ignore:
Timestamp:
09/17/07 12:56:07 (14 months ago)
Author:
azawawi
Message:

[runpugs] added 'fix html escaping' reported by moritz my @a = <foo 1 2 3>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/TODO

    r17862 r17879  
    66* Add Web-based REPL to run kp6 
    77'kp6-perl5.pl --secure  | perl -Ilib-kp6-mp6-p5' 
     8* Fix html display escaping problems (moritz: my @a = <foo 1 2 3>); 
    89* Put more functionality in JS (clear, timeout, history) [azawawi: history implemented] 
    910* Use true AJAX for front-end (e.g. prototype.js) [azawawi: DONE with jQuery...]