Skip to content
Commit ff3acfe1 authored by Sen Hastings's avatar Sen Hastings Committed by Thomas Petazzoni
Browse files

support/scripts/pkg-stats: fixed numeral in beginning of CSS class

CSS classes are generated for each package name for sorting purposes,
However some package names start with a number and this is not allowed.
(see https://www.w3.org/TR/CSS2/syndata.html#value-def-identifier

)
Fix is to prepend a character to every class name such as "_".
so every ".package" is now "._package".

Signed-off-by: default avatarSen Hastings <sen@phobosdpl.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@bootlin.com>
parent af13345d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment