aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 4cb25ab7..96a128fd 100644
--- a/index.php
+++ b/index.php
@@ -1151,6 +1151,7 @@ function showDaily()
1151 $linksToDisplay[$key]['taglist']=$taglist; 1151 $linksToDisplay[$key]['taglist']=$taglist;
1152 $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))); 1152 $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description']))));
1153 $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']); 1153 $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']);
1154 $linksToDisplay[$key]['localdate'] = linkdate2locale($link['linkdate']);
1154 } 1155 }
1155 1156
1156 /* We need to spread the articles on 3 columns. 1157 /* We need to spread the articles on 3 columns.