File: 1002_fix_stylesheet_comment.patch

package info (click to toggle)
rmagic 2.21%2Bgit20140406.581eda2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,620 kB
  • sloc: perl: 4,531; makefile: 35
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix comment syntax in sample stylesheet
Bug-Debian: https://bugs.debian.org/435569
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 22 Oct 2024 09:07:45 +0200

--- a/stylesheet.sample
+++ b/stylesheet.sample
@@ -1,7 +1,7 @@
-<!--
+/*
  A sample stylesheet that will produce the same styles that are in rmagic.sample
  Make sure to copy this to the reports/ folder!
--->
+*/
 body {}
 th {background-color:#9999CC;}
 th.total {background-color:#FFCC66;}