X-Git-Url: http://git.veekun.com/zzz-dywypi.git/blobdiff_plain/6dc0ffa85bb2fc755400dbf7ac35c486ffc8ee06..e2cfcf2ca5e113d4cdefb4cbb50747388f7df320:/plugins/Pokedex/plugin.py diff --git a/plugins/Pokedex/plugin.py b/plugins/Pokedex/plugin.py index 158e509..fd728e2 100644 --- a/plugins/Pokedex/plugin.py +++ b/plugins/Pokedex/plugin.py @@ -162,7 +162,7 @@ class Pokedex(callbacks.Plugin): power=obj.power, accuracy=obj.accuracy, pp=obj.pp, - effect=unicode(obj.short_effect.as_html), + effect=unicode(obj.short_effect.as_text), link_name=urllib.quote(obj.name.lower().encode('utf8')), ) )