[lego/develop] Refactor plugin

7 Apr
2020
7 Apr
'20
4:13 p.m.
commit 802a851312bce5c29b269284e8bbcfe675f6b43a Author: hiro <hiro@torproject.org> Date: Mon Sep 2 19:11:38 2019 +0200 Refactor plugin --- packages/xml-to-html/lektor_xml_to_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xml-to-html/lektor_xml_to_html.py b/packages/xml-to-html/lektor_xml_to_html.py index 3bd0cdd..03985a2 100644 --- a/packages/xml-to-html/lektor_xml_to_html.py +++ b/packages/xml-to-html/lektor_xml_to_html.py @@ -10,7 +10,7 @@ from xml.etree import ElementTree as etree from urllib import request -class DisqusCommentsPlugin(Plugin): +class XmlToHtmlPlugin(Plugin): name = u'XML to HTML' description = u'Lektor plugin to add an XML feed as HTML.'
1867
Age (days ago)
1867
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org