Mercurial > urweb
changeset 1873:90e81a8bd9da
Add <em> and <strong> tags
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:07:06 +0400 |
parents | 6507e973af84 |
children | 11d8e220f36f |
files | lib/ur/basis.urs |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ur/basis.urs Wed Sep 18 15:45:18 2013 +0400 +++ b/lib/ur/basis.urs Mon Oct 07 14:07:06 2013 +0400 @@ -829,6 +829,8 @@ val div : bodyTag boxAttrs val p : bodyTag boxAttrs +val strong : bodyTag boxAttrs +val em : bodyTag boxAttrs val b : bodyTag boxAttrs val i : bodyTag boxAttrs val tt : bodyTag boxAttrs