X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;fp=dotfiles2html%2Fdotfiles2html.py;h=bf0ab7cd509c4bd6e0fc6b70f2b975eb98ca078a;hb=d80d48668f5a37bb5e06f8da9ac8950c5b6283c4;hp=11ce0fb5ac9e461d29c7977b816d364e6d197124;hpb=69b46bab0e81277a79b0a356cce5ac55e1727e3e;p=phdru.name%2Fphdru.name.git diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 11ce0fb..bf0ab7c 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -29,7 +29,7 @@ def add_headers(fname, first, prev, next, last): txt_name = fname html_file = open(html_fname, 'w') - if fname in ("muttrc", "procmairc", "vimrc"): + if fname in ("muttrc", "procmailrc", "vimrc"): html_file.write("#encoding koi8-r\n") html_file.write("#extends phd_site\n") html_file.write("#implements respond\n")