Solve simplest haml-lint Rubocop
lints (#27529)
This commit is contained in:
parent
fa65c8244f
commit
70dbf84b9b
11 changed files with 12 additions and 41 deletions
|
@ -1,7 +1,7 @@
|
|||
!!!
|
||||
%html{ lang: I18n.locale }
|
||||
%head
|
||||
%meta{ content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/
|
||||
%meta{ 'content' => 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/
|
||||
%meta{ charset: 'utf-8' }/
|
||||
%title= safe_join([yield(:page_title), Setting.default_settings['site_title']], ' - ')
|
||||
%meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue