fix misspelling
This commit is contained in:
parent
d7dbcd767e
commit
d5584ca9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ func (parser *TemplateParser) transElementNode(sel *goquery.Selection) {
|
|||
}
|
||||
}
|
||||
|
||||
// Transalte the attributes
|
||||
// Translate the attributes
|
||||
for _, attr := range sel.Nodes[0].Attr {
|
||||
if strings.HasPrefix(attr.Key, "s:trans-attr-") {
|
||||
keys := strings.Split(attr.Val, ",")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue