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

close :time MOW output table element

This commit is contained in:
Doug Kearns
2007-10-07 23:08:46 +00:00
parent e3f6dd9491
commit 1b0748b7b4

View File

@@ -1456,7 +1456,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);