1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 07:42:26 +01:00

Force echomsg to single line, for now

This commit is contained in:
Kris Maglione
2008-10-29 16:48:01 +00:00
parent f86f2dcee5
commit d21c5fac6c
3 changed files with 7 additions and 7 deletions

View File

@@ -220,11 +220,11 @@ function AutoCommands() //{{{
<td class="hl-Title" colspan="2">{event}</td>
</tr>
+
template.map(items, function (item)
<tr>
<td>&#160;{item.pattern.source}</td>
<td>{item.command}</td>
</tr>))
template.map(items, function (item)
<tr>
<td>&#160;{item.pattern.source}</td>
<td>{item.command}</td>
</tr>))
}
</table>);