Make isText private
This commit is contained in:
@@ -17,7 +17,7 @@ type XHTMLText struct {
|
||||
XHTMLDiv XHTMLDiv
|
||||
}
|
||||
|
||||
func (x *XHTMLText) IsText() bool { return true }
|
||||
func (x *XHTMLText) isText() bool { return true }
|
||||
|
||||
func (x *XHTMLText) Check() error {
|
||||
if x.Type != "xhtml" {
|
||||
|
Reference in New Issue
Block a user