summaryrefslogtreecommitdiffstats
path: root/amarok/src/scripts/playlist2html/Playlist.py
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/scripts/playlist2html/Playlist.py')
-rw-r--r--amarok/src/scripts/playlist2html/Playlist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/playlist2html/Playlist.py b/amarok/src/scripts/playlist2html/Playlist.py
index f1785f1c..cd0e747c 100644
--- a/amarok/src/scripts/playlist2html/Playlist.py
+++ b/amarok/src/scripts/playlist2html/Playlist.py
@@ -95,7 +95,7 @@ class Playlist:
def _setFullPage(self):
- self.fullPage = self.code%(os.environ['LOGNAME'],(self._createTable()).encode(self.encoding,'tqreplace'))
+ self.fullPage = self.code%(os.environ['LOGNAME'],(self._createTable()).encode(self.encoding,'replace'))
def _getMtime(self):