From 843f0d4f42bda696e49da98b0184ac5ca4e87429 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sat, 21 Mar 2015 16:01:32 +0000 Subject: [PATCH] routeSQL : valid HTML list page git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2038 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routeSQL.php b/routeSQL.php index f4b767f..f3f2cce 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -651,6 +651,7 @@ class routeSQL $content .= $linkData["icon"]; else $content .= $linkData["linkname"]; + $content .= ""; } $content .= ""; }