pkg-stats: fix the broken "results" link
authorLuca Ceresoli <luca@lucaceresoli.net>
Sun, 4 Nov 2012 07:37:37 +0000 (07:37 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 5 Nov 2012 08:17:24 +0000 (09:17 +0100)
At the top of the output html page there is a dangling "results" link.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/scripts/pkg-stats

index 9c8ec492c14cac100a18b25f2bfb98fd53934161..929b8d1eaa57ec9fa29e4d2f01d3ecf06c61d6bd 100755 (executable)
@@ -227,6 +227,7 @@ for i in $(find boot/ linux/ package/ -name '*.mk' | sort) ; do
 done
 echo "</table>"
 
+echo "<a id="results"></a>"
 echo "<table>"
 echo "<tr>"
 echo "<td>Packages using the <i>generic</i> infrastructure</td>"