]> sipb.mit.edu Git - ikiwiki.git/commitdiff
img: Fix extra double quote with alt text. (smcv)
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 16 Jun 2009 19:09:49 +0000 (15:09 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 16 Jun 2009 19:09:49 +0000 (15:09 -0400)
debian/changelog
doc/bugs/img_with_alt_has_extra_double_quote.mdwn

index 8ee0658038f38bb244168828e2004d5a32c31caf..86aeb0b7ad36eb4454a19db45bfac960d42110c2 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (3.1415) UNRELEASED; urgency=low
+
+  * img: Fix extra double quote with alt text. (smcv)
+
+ -- Joey Hess <joeyh@debian.org>  Tue, 16 Jun 2009 15:08:31 -0400
+
 ikiwiki (3.141) unstable; urgency=low
 
   * comment: Make comment directives no longer use the internal "_comment"
index 18aea6841cf7004c2db905e4eb712bf59226050e..81bbe7fb51772bff46060fff56c13c2ae7733e31 100644 (file)
@@ -28,3 +28,5 @@ This [[patch]] is available from the img-bugfix branch in my git repository:
                     (exists $params{id} ? ' id="'.$params{id}.'"' : '').
 
 --[[smcv]]
+
+[[done]] --[[Joey]]