diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-11 11:18:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 11:18:01 +0000 |
commit | 0630c8f56664ac48f4cf8799dc1d88a6388957a6 (patch) | |
tree | d9160c76f4c3435b0859669f1254b12eb92d183f /src/console/index.html | |
parent | 86b534b1e1de03d51efb9f28cd32296d037f07fc (diff) | |
parent | fe8a9283172e43e29480c4293c34565859c04c32 (diff) |
Merge pull request #142 from ueokande/find-mode
[WIP] Find mode
Diffstat (limited to 'src/console/index.html')
-rw-r--r-- | src/console/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/console/index.html b/src/console/index.html index f41a8dc..52ecb76 100644 --- a/src/console/index.html +++ b/src/console/index.html @@ -6,8 +6,7 @@ <script src='console.js'></script> </head> <body class='vimvixen-console'> - <p id='vimvixen-console-message' - class='vimvixen-console-message'></p> + <p class='vimvixen-console-message'></p> <div id='vimvixen-console-command'> <ul id='vimvixen-console-completion' class='vimvixen-console-completion'></ul> <div class='vimvixen-console-command'> |