Skip to content

A small typo #2264

Open
Open
@2017fighting

Description

@2017fighting

Describe the bug

after set printI18nWarnings = true, hugo print a warnning

WARN  i18n|MISSING_TRANSLATION|zh-CN| search.open_button_title

so i make a little search and found this

title="{{ i18n " search.open_button_title" }}">

title="{{ i18n " search.open_button_title" }}">

if should be

- title="{{ i18n " search.open_button_title" }}"> 
+ title="{{ i18n "search.open_button_title" }}"> 

withoud the leading space

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions