Skip to content

Commit

Permalink
BUG Remove unnecessary unescaped $ClassName in body class
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Nov 10, 2017
1 parent 44a6eab commit eb8c192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Page.ss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Change it, enhance it and most importantly enjoy it!
<% require themedCSS('layout') %>
<link rel="shortcut icon" href="themes/simple/images/favicon.ico" />
</head>
<body class="$ClassName<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
<body class="<% if not $Menu(2) %> no-sidebar<% end_if %>" <% if $i18nScriptDirection %>dir="$i18nScriptDirection"<% end_if %>>
<% include Header %>
<div class="main" role="main">
<div class="inner typography line">
Expand Down

0 comments on commit eb8c192

Please sign in to comment.