From 65a26958f77f7a2cac670ec80f3a5a82c3aac95a Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 10 Dec 2016 21:33:29 +0100 Subject: fix embed-image for fullscreen mode and some adjustments for /help --- include/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/widgets.php') diff --git a/include/widgets.php b/include/widgets.php index b6d3fb7ae..4cb8f8372 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -1573,7 +1573,7 @@ function widget_tasklist($arr) { function widget_helpindex($arr) { $o .= '
'; - $o .= '

' . t('Documentation') . '

'; + //$o .= '

' . t('Documentation') . '

'; $level_0 = get_help_content('sitetoc'); if(! $level_0) -- cgit v1.2.3