mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 12:47:59 +01:00
close :time MOW output table element
This commit is contained in:
@@ -1453,7 +1453,7 @@ function Commands() //{{{
|
|||||||
"<tr align=\"left\" class=\"hl-Title\"><th colspan=\"3\">Code execution summary</th></tr>" +
|
"<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><td> Executed:</td><td align=\"right\"><span style=\"color: green\">" + count + "</span></td><td>times</td></tr>" +
|
||||||
"<tr>" + each + "</tr>" +
|
"<tr>" + each + "</tr>" +
|
||||||
"<tr>" + total + "</tr>"
|
"<tr>" + total + "</tr>" +
|
||||||
"</table>";
|
"</table>";
|
||||||
|
|
||||||
vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);
|
vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user