package: debbindiff severity: wishlist Hi,
it would be nice if debbindiff would support external CSS files.
Currently I use a rather crude hack to replace everything between and
including the <style> tags with these two tags:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="../static/style_dbd.css" type="text/css" rel="stylesheet" />
The first tag just properly declares UTF-8 as charset (and is unrelated to
this bugreport but should be added to the .html output anyway).
The second includes a CSS file.
I suppose the syntax should just be "--css $URL" and then this line is put
into the .html file:
<link href="$URL" type="text/css" rel="stylesheet" />
cheers,
Holger
signature.asc
Description: This is a digitally signed message part.

