diff --git a/munin/wiki_themes b/munin/wiki_themes index b609e382..a6f125c8 100755 --- a/munin/wiki_themes +++ b/munin/wiki_themes @@ -1,7 +1,7 @@ #!/usr/bin/env python -# -*- coding: iso-8859-15 -*- +# -*- coding: utf-8 -*- -# Thèmes wiki utilisés +# Thèmes wiki utilisés import sys, commands @@ -15,7 +15,7 @@ except : if arg == "config" : print 'host_name web.rouge' print 'graph_category wiki' - print 'graph_title Thèmes wiki utilisés' + print 'graph_title Thèmes wiki utilisés' print 'graph_scale no' print "graph_vlabel nb d'utilisateurs" for theme in THEMES :