diff --git a/index.php b/index.php index 5802c1d..a002439 100644 --- a/index.php +++ b/index.php @@ -232,7 +232,12 @@ function popup(pageURL, title,w,h) { $uid = assertNumeric(idx($auf, 'uid')); $pic = idx($auf, 'pic_square'); $name = idx($auf, 'name'); - echo('
  • ' . $name . '
  • '); + echo(' +
  • + + ' . $name . ' + +
  • '); } ?>