Skip to content

Commit

Permalink
Fix page template
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2018
1 parent 8f2f7e0 commit 6b21b25
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/galaxy/scripts/layout/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ var View = Backbone.View.extend({
/** body template */
_template: function() {
return [
'<div id="everything">',
'<div id="background"/>',
'<div id="masthead"/>',
'<div id="messagebox"/>',
'<div id="inactivebox" class="panel-warning-message" />',
'<div id="left" />',
'<div id="center" />',
'<div id="right" />',
"</div>",
'<div id="dd-helper" />'
`<div id="everything">
<div id="background"/>
<div id="masthead"/>
<div id="messagebox"/>
<div id="inactivebox" class="panel-warning-message" />
<div id="left" />
<div id="center" />
<div id="right" />
</div>
<div id="dd-helper" />`
].join("");
},

Expand Down

0 comments on commit 6b21b25

Please sign in to comment.