Mercurial > urweb
comparison lib/ur/basis.urs @ 1873:90e81a8bd9da
Add <em> and <strong> tags
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:07:06 +0400 |
parents | a3d795fbecb9 |
children | 11d8e220f36f |
comparison
equal
deleted
inserted
replaced
1872:6507e973af84 | 1873:90e81a8bd9da |
---|---|
827 | 827 |
828 val span : bodyTag boxAttrs | 828 val span : bodyTag boxAttrs |
829 val div : bodyTag boxAttrs | 829 val div : bodyTag boxAttrs |
830 | 830 |
831 val p : bodyTag boxAttrs | 831 val p : bodyTag boxAttrs |
832 val strong : bodyTag boxAttrs | |
833 val em : bodyTag boxAttrs | |
832 val b : bodyTag boxAttrs | 834 val b : bodyTag boxAttrs |
833 val i : bodyTag boxAttrs | 835 val i : bodyTag boxAttrs |
834 val tt : bodyTag boxAttrs | 836 val tt : bodyTag boxAttrs |
835 val sub : bodyTag boxAttrs | 837 val sub : bodyTag boxAttrs |
836 val sup : bodyTag boxAttrs | 838 val sup : bodyTag boxAttrs |