Skip to content

Commit

Permalink
Merge pull request #450 from q2apro/patch-6
Browse files Browse the repository at this point in the history
div end marks for better html debugging
  • Loading branch information
svivian committed Nov 25, 2016
2 parents 82197ec + 053357f commit d80d468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa-theme/SnowFlat/qa-theme.php
Expand Up @@ -297,7 +297,7 @@ public function sidepanel()
$this->output_raw($this->content['sidepanel']);
$this->feed();
$this->widgets('side', 'bottom');
$this->output('</div>', '');
$this->output('</div> <!-- qa-sidepanel -->', '');
}

/**
Expand All @@ -312,7 +312,7 @@ public function sidebar()
if (!empty($sidebar)) {
$this->output('<div class="qa-sidebar ' . $this->welcome_widget_class . '">');
$this->output_raw($sidebar);
$this->output('</div>', '');
$this->output('</div> <!-- qa-sidebar -->', '');
}
}
}
Expand Down

0 comments on commit d80d468

Please sign in to comment.