Package: bwm-ng Version: 0.6-3 Severity: normal Tags: patch Hola, bwm-ng maintainers.
I have slightly fixed a HTML code of a web page, generated by bwm-ng. Now a generated web page is passing HTML 4.01 strict validation. Also I would like to contribute a favicon for it. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (50, 'unstable'), (10, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages bwm-ng depends on: ii libc6 2.11.2-6 Embedded GNU C Library: Shared lib ii libncurses5 5.7+20100313-4 shared libraries for terminal hand ii libstatgrab6 0.16-0.1 library being useful interface to bwm-ng recommends no packages. bwm-ng suggests no packages. -- no debconf informationTitle: bwm-ng stats diff -cr bwm-ng-0.6/src/output.c bwm-ng-0.6-fixed/src/output.c *** bwm-ng-0.6/src/output.c 2007-02-26 19:12:47.000000000 +0300 --- bwm-ng-0.6-fixed/src/output.c 2010-10-19 18:02:19.867608486 +0400 *************** *** 216,238 **** case HTML_OUT: tmp_out_file=out_file==NULL ? stdout : out_file; if (html_header) { ! fprintf(tmp_out_file,"\n\n\n\n"); } ! fprintf(tmp_out_file,"
Stats by bwm-ng v" VERSION " (refresh %is); input: ",html_refresh);
fprintf(tmp_out_file,input2str());
fprintf(tmp_out_file,show_all_if2str());
! fprintf(tmp_out_file,"
\n
