summaryrefslogtreecommitdiffstats
path: root/reporting/templates/tag-not-seen.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/templates/tag-not-seen.tmpl')
-rw-r--r--reporting/templates/tag-not-seen.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/reporting/templates/tag-not-seen.tmpl b/reporting/templates/tag-not-seen.tmpl
new file mode 100644
index 0000000..2e3c8a9
--- /dev/null
+++ b/reporting/templates/tag-not-seen.tmpl
@@ -0,0 +1,16 @@
+{ head("Lintian Tag: $tag") }
+ <h1><span class="type-{$code}">{$code}</span> {$tag}</h1>
+
+ <p>
+ All reports of {$tag} for the archive. The extended description of this
+ tag is:
+ </p>
+
+ <blockquote class="type-{$code}">
+{$description}
+ </blockquote>
+
+ <p>
+ This tag has not been emitted in any package tested by Lintian.
+ </p>
+{ foot() }