aboutsummaryrefslogtreecommitdiff
path: root/release/doc/share
diff options
context:
space:
mode:
Diffstat (limited to 'release/doc/share')
-rw-r--r--release/doc/share/misc/man2hwnotes.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/doc/share/misc/man2hwnotes.pl b/release/doc/share/misc/man2hwnotes.pl
index 5b0c62c7f3fe..aa8d023020f5 100644
--- a/release/doc/share/misc/man2hwnotes.pl
+++ b/release/doc/share/misc/man2hwnotes.pl
@@ -102,8 +102,8 @@ EOT
if ($only_list_out) {
# Print the default device preamble entities
- print "<span class='hwlist.preamble.pre'>The</span>\n";
- print "<span class='hwlist.preamble.post'>driver supports:</span>\n";
+ print "<!ENTITY hwlist.preamble.pre 'The'>\n";
+ print "<!ENTITY hwlist.preamble.post 'driver supports:'>\n";
}
foreach my $page (@ARGV) {