From 47ba15f5a1e4da7d9754dc0258a11798d69254b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 6 Feb 2011 10:30:52 -0800 Subject: Revert "Use us-ascii charset in HTML template if --ascii option." This reverts commit aec54899606bed2580394baa1369e58ede20fde8. No need for this, since a UTF-8 charset will handle ascii just fine. --- templates/html.template | 8 -------- 1 file changed, 8 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index 3f0e41679..3f8b76fed 100644 --- a/templates/html.template +++ b/templates/html.template @@ -7,17 +7,9 @@ $else$ $endif$ $if(html5)$ -$if(ascii)$ - -$else$ -$endif$ -$else$ -$if(ascii)$ - $else$ -$endif$ $endif$ $for(author)$ -- cgit v1.2.3