Skip to content

Commit cf89942

Browse files
committed
changes html_class to just class
1 parent acda926 commit cf89942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/shell.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="{{language}}" style="font-size: {{default font_size 18}}px" {{#if html_class}}class="{{html_class}}"{{/if}}>
2+
<html lang="{{language}}" style="font-size: {{default font_size 18}}px" {{#if class}}class="{{class}}"{{/if}}>
33
<head>
44
<meta charset="utf-8"/>
55
<title>{{default title "SQLPage"}}</title>

0 commit comments

Comments
 (0)