aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-11 02:54:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-08-11 02:54:28 +0000
commitb5c5303e14041f061843e5c8db1d1ff31d2977a7 (patch)
tree640ba2e7a62aeb92b807c28075c1fc2b09561467 /ChangeLog
parent86fbb5bb80043fc0004cefa1d28b45782ce70e9f (diff)
libsylph/html.c: minor code cleanup.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2936 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d36e65..4ee0ba01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-08-10
+ * libsylph/html.c: minor code cleanup.
+
+2011-08-10
+
* libsylph/html.c: html_get_parenthesis(): fixed a bug that </style>
end tags were not properly searched if whitespace was inserted in it
(ex. </style > </style[\n]>).