Skip to content

Commit

Permalink
Add credits for the sources' scans
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierberten committed Jan 15, 2016
1 parent 7da5ed8 commit dd8857a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
$n[$i] .= ($i == $start) ? '' : '</a>';
}
echo "<p><b>Pages</b> ".implode(' | ', $n)."</p>\n";
echo "<p><i>".$sources[$s]['caption']."</i></p>\n";
echo "<table>\n<tr><th>Page</th><th>Incipit</th></tr>";
for($i = $start; $i < min($start+$ipp, $np); $i++) {
$p = $sources[$s]['pages'][$i];
Expand Down

0 comments on commit dd8857a

Please sign in to comment.