Undo last revision; do not flag parsed description as text/html.

git-svn-id: http://munki.googlecode.com/svn/trunk@599 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2010-07-22 22:31:54 +00:00
parent 5bc923e512
commit c5011e04c5
-3
View File
@@ -220,9 +220,6 @@ def parseDist(filename):
# append the line to the description
description += line + "\n"
if description:
# flag this as HTML content so we can display it properly later
description = "Content-type: text/html\n\n" + description
return title, vers, description