From 58b68d6b36d4c88f9250fd4f57f87fea41cc5e10 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 13 Nov 2011 12:25:29 +0100 Subject: texi2html: remove stray \n Single-quoted strings are printed verbatim in perl. --- doc/t2h.init | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'doc/t2h.init') diff --git a/doc/t2h.init b/doc/t2h.init index d464aa1c00..59a5ed8d5e 100644 --- a/doc/t2h.init +++ b/doc/t2h.init @@ -5,11 +5,13 @@ sub Libav_end_section($$) } $EXTRA_HEAD = - '\n' . - '\n'; +' + +'; -$AFTER_BODY_OPEN = '
'. - '
'; +$AFTER_BODY_OPEN = +'
+
'; $PRE_BODY_CLOSE = '
'; @@ -20,9 +22,9 @@ $print_page_foot = \&Libav_print_page_foot; sub Libav_print_page_foot($$) { my $fh = shift; - print $fh '\n"; } $print_page_head = \&Libav_print_page_head; -- cgit v1.2.3