From 96cc6e4fe394e0782ab4dae0a3b459fe09fdee96 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 4 Sep 2010 13:21:19 +0000 Subject: [PATCH] Fix: Remove warning --- htdocs/support/online.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/support/online.php b/htdocs/support/online.php index e676ab57cbb..9bbdde74b26 100644 --- a/htdocs/support/online.php +++ b/htdocs/support/online.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2008-2010 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -105,7 +105,7 @@ foreach ($arrayofwidgets as $arraywidget) // Loop on each user $widgetid=$listofwidgets[$pos-1]; // Widget V3 - print ''; + print ''; print ''; $found++;