minibar: add a button to show some grammar info

This commit is contained in:
hallgren
2011-10-18 14:34:00 +00:00
parent 99795c3035
commit 3b428fc5ba
2 changed files with 16 additions and 0 deletions

View File

@@ -157,6 +157,7 @@ function div_class(cls,contents) { return wrap_class("div",cls,contents); }
function p(contents) { return wrap("p",contents); }
function dt(contents) { return wrap("dt",contents); }
function dd(contents) { return wrap("dd",contents); }
function li(contents) { return wrap("li",contents); }
function th(contents) { return wrap("th",contents); }