From 7bfc9f48b65afc054c46c2202962ee75c3f1849d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 19 Dec 2017 03:46:53 +0000 Subject: [PATCH] etc/profile.d/net.sh --- etc/profile.d/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/net.sh b/etc/profile.d/net.sh index 172f1668..a9afe80b 100644 --- a/etc/profile.d/net.sh +++ b/etc/profile.d/net.sh @@ -38,7 +38,7 @@ html2txt() { } html2pdf() { - iconv -f utf-8 -t iso-8859-1 -c | htmldoc --encryption --webpage --continuous --no-title --header '...' --footer '...' - + iconv -f utf-8 -t iso-8859-1 -c $@ | htmldoc --encryption --webpage --continuous --no-title --header '...' --footer '...' - } xml2csv() { -- 2.47.3