diff options
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 4e120c2c..86b12c48 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -149,7 +149,7 @@ <!-- START sidebar --> <TMPL_UNLESS DYNAMIC> <TMPL_IF SIDEBAR> - <TMPL_IF HTML5><aside class="sidebar pull-right"><TMPL_ELSE><div class="sidebar pull-right"></TMPL_IF> + <TMPL_IF HTML5><aside class="sidebar pull-right hidden-print"><TMPL_ELSE><div class="sidebar pull-right hidden-print"></TMPL_IF> <TMPL_VAR SIDEBAR> <TMPL_IF HTML5></aside><TMPL_ELSE></div></TMPL_IF> </TMPL_IF> |