1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 15:01:26 +02:00

Fix :time :stuff, etc.

This commit is contained in:
Kris Maglione
2008-12-07 10:48:03 -05:00
parent 419c7ca662
commit 7693ac5000
9 changed files with 32 additions and 37 deletions
+2 -2
View File
@@ -204,9 +204,9 @@ const template = {
return str;
},
generic: function generic(xml)
commandOutput: function generic(xml)
{
return <>:{commandline.getCommand()}<br/>{xml}</>;
return <>:{commandline.command}<br/>{xml}</>;
},
// every item must have a .xml property which defines how to draw itself