Skip to content
Snippets Groups Projects
Commit dabac001 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Fix duplicate left column entry

Removed duplace leftcolumn div tag set which caused a second copy of the left column to be printed
after the content of the page.
parent 6d483bf5
No related branches found
No related tags found
No related merge requests found
......@@ -593,19 +593,6 @@ class UabVectorTemplate extends QuickTemplate {
<!-- /content -->
</div>
<!-- /maincolumn-l-r -->
<!-- leftcolumn -->
<div id="leftcolumn">
<!-- sidebar -->
<div class="sidebar">
<!-- panel -->
<div id="mw-panel" class="noprint">
<?php $this->renderPortals( $this->data['sidebar'] ); ?>
</div>
<!-- /panel -->
</div>
<!-- /sidebar -->
</div>
<!-- /leftcolumn -->
</div>
<!-- /whitebox -->
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment