OSDN Git Service

v0.14
[cosmic/source.git] / browse.php
index 7adf8fc..c5ae2d6 100644 (file)
@@ -70,7 +70,11 @@ if ($request__ix == '') {
                                        array_multisort($page, SORT_ASC, $mark);
                                        foreach ($mark as $a_mark) {
                                                $bookmark .=
-                                                       '<a href="./viewer.php?ix='.urlencode($hash).'&amp;pg='.$a_mark['pg'].'&amp;re='.urlencode('./browse.php?ix='.$request__ix).'" title="'.htmlspecialchars('P.'.$a_mark['pg'].' '.$a_mark['comment']).'">&para;</a>'
+                                                       '<a href="./viewer.php?ix='.urlencode($hash).
+                                                       '&amp;pg='.$a_mark['pg'].
+                                                       '&amp;re='.urlencode('./browse.php?ix='.$request__ix).
+                                                       '" title="'.htmlspecialchars('P.'.$a_mark['pg'].' '.htmlspecialchars($a_mark['comment'])).
+                                                       '">&para;</a><sup>'.$a_mark['pg'].'</sup>'
                                                ;
                                        }
                                }