1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 16:57:57 +01:00

close :time MOW output table element

This commit is contained in:
Doug Kearns
2007-10-07 23:09:06 +00:00
parent 9d7fb15229
commit 22e77df0ea

View File

@@ -1453,7 +1453,7 @@ function Commands() //{{{
"<tr align=\"left\" class=\"hl-Title\"><th colspan=\"3\">Code execution summary</th></tr>" +
"<tr><td> Executed:</td><td align=\"right\"><span style=\"color: green\">" + count + "</span></td><td>times</td></tr>" +
"<tr>" + each + "</tr>" +
"<tr>" + total + "</tr>"
"<tr>" + total + "</tr>" +
"</table>";
vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);