From a4fc56404840b92f8b2b479ac2c3d04cca0544a2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 27 Nov 2018 18:04:45 +0100 Subject: [PATCH] css --- htdocs/website/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index f7ef4fa3fcd..ff7137c22a4 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2409,8 +2409,8 @@ if ($action == 'editmeta' || $action == 'createcontainer') print $langs->trans("URL"); print ''; print info_admin($langs->trans("OnlyEditionOfSourceForGrabbedContentFuture"), 0, 0, 'warning'); - print ' '; - print ' '.$langs->trans("GrabImagesInto"); + print ' '; + print '
'.$langs->trans("GrabImagesInto"); print ' '; print $langs->trans("ImagesShouldBeSavedInto").' '; $arraygrabimagesinto=array('root'=>$langs->trans("WebsiteRootOfImages"), 'subpage'=>$langs->trans("SubdirOfPage"));