Commit 74c38518ca4729049b71bafd922831b8f4f6f8a7

Authored by David RENÉ
1 parent bdce9bd6

remove HTML_In_Form from awesome since the type HTML_Off_Form and the type HTML_…

…In_Form was unified as HTML type.
Showing 1 changed file with 0 additions and 47 deletions   Show diff stats
web/fonts/awesome.anubis
... ... @@ -62,50 +62,3 @@ public define HTML
62 62 )=
63 63 to_HTML(fa, [], "")
64 64 .
65   -
66   -//public define HTML_In_Form
67   -// to_HTML
68   -// (
69   -// Font_Awesome fa,
70   -// List(CoreAttrs) attrs,
71   -// String text
72   -// )=
73   -// since fa is awesome(code),
74   -// i([class("fa fa-"+code), attr("aria-hidden", "true")]+attrs, text)
75   -//.
76   -
77   -//public define HTML_In_Form
78   -// to_HTML
79   -// (
80   -// Font_Awesome fa,
81   -// List(CoreAttrs) attrs
82   -// )=
83   -// to_HTML(fa, attrs, "")
84   -//.
85   -//
86   -//public define HTML_In_Form
87   -// to_HTML
88   -// (
89   -// Font_Awesome fa,
90   -// CoreAttrs attr
91   -// )=
92   -// to_HTML(fa, [attr], "")
93   -//.
94   -//
95   -//
96   -//public define HTML_In_Form
97   -// to_HTML
98   -// (
99   -// Font_Awesome fa,
100   -// String text
101   -// )=
102   -// to_HTML(fa, [], text)
103   -//.
104   -//
105   -//public define HTML_In_Form
106   -// to_HTML
107   -// (
108   -// Font_Awesome fa
109   -// )=
110   -// to_HTML(fa, [], "")
111   -//.
... ...