diff --git a/quickref.php b/quickref.php index 665faacfe..abe15dcfb 100644 --- a/quickref.php +++ b/quickref.php @@ -40,9 +40,7 @@ function quickref_table($functions, $sort = true) global $LANG; echo "\n"; - echo "\n"; - echo "
\n"; - + echo "
    \n"; // Prepare the data $i = 0; $limit = ceil(count($functions) / COLUMNS); @@ -52,15 +50,9 @@ function quickref_table($functions, $sort = true) // Print out all rows foreach ($functions as $file => $name) { - - // Start a new column - if ($i > 0 && $i % $limit==0) { - echo "
\n"; - } - echo "$name
\n"; - $i++; + echo "
  • $name
  • \n"; } - echo "
    \n"; + echo "\n"; echo "\n"; } @@ -149,6 +141,7 @@ if ($snippet = is_known_snippet($notfound)) {

    +
    " using other options, try searching:

    -