diff mbox

pkg-stats: fix the broken "results" link

Message ID 1352050657-919-1-git-send-email-luca@lucaceresoli.net
State Accepted
Commit f54752b67306a0b2648379db2102b1ea297ba448
Headers show

Commit Message

Luca Ceresoli Nov. 4, 2012, 5:37 p.m. UTC
At the top of the output html page there is a dangling "results" link.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 support/scripts/pkg-stats |    1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Nov. 4, 2012, 5:48 p.m. UTC | #1
On Sun,  4 Nov 2012 18:37:37 +0100, Luca Ceresoli wrote:
> 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>
Peter Korsgaard Nov. 5, 2012, 8:17 a.m. UTC | #2
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 Luca> At the top of the output html page there is a dangling "results" link.
 Luca> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

Committed, thanks.
diff mbox

Patch

diff --git a/support/scripts/pkg-stats b/support/scripts/pkg-stats
index 9c8ec49..929b8d1 100755
--- a/support/scripts/pkg-stats
+++ b/support/scripts/pkg-stats
@@ -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>"