diff --git a/source.php b/source.php index 2ad26c6..72114ae 100644 --- a/source.php +++ b/source.php @@ -73,11 +73,11 @@ if(array_key_exists('images', $_GET) && $_GET['images'] == '1') { if(is_array($sources[$s]['pages'])) { echo '

Show source images

'."\n"; } - echo "\n"; + echo "
PageIncipit
\n".($s == "none"?"":"").""; if(is_array($sources[$s]['pages'])) { foreach($sources[$s]['pages'] as $p) { if(array_key_exists($p,$chants)) { - echo "".($s == "none"?"":"")."".($s == "none"?"":"")."
PageIncipit
$p"; + echo "
$p"; echo "
    \n"; $ch = $chants[$p]; unset($chants[$p]); @@ -98,7 +98,7 @@ if(array_key_exists('images', $_GET) && $_GET['images'] == '1') { } uksort($chants, 'strnatcmp'); foreach($chants as $p => $ch) { - echo "
$p
    "; + echo "
$p
    "; $l = array(); foreach($ch as $c) { $t = chant_from_id($c[0]);