Worked around Radio's lame XML encoding support.

This commit is contained in:
Erik C. Thauvin 2004-07-24 14:58:49 +00:00
parent fa8a7eae02
commit 76bbb6e781
5 changed files with 85 additions and 94 deletions

View file

@ -542,7 +542,7 @@ public class LifeBlogger extends Thinlet
setString(find(post, "password"), "text", new String(Base64.decode(_prefs.getProperty("blog-password", ""))));
setString(find(post, "entry"), "text",
"<img src=\"" + url + "\" alt=\"" + filename +
"\">\n<p>via <a href=\"http://www.thauvin.net/erik/lifeblogger/\">LifeBlogger</a></p>");
"\">\r<p>via <a href=\"http://www.thauvin.net/erik/lifeblogger/\">LifeBlogger</a></p>");
add(post);
}
catch (Exception e)