summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-06-16 15:09:49 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-06-16 15:09:49 -0400
commitd25c4acfdb06d1c5529be8e3cd10e87f6a816bc9 (patch)
tree8b0fadb5fffc95bb6e1a44db1232e9077043ff04
parentb9ba68208ebdb250dc4d4f8866cb834f5bd8764c (diff)
img: Fix extra double quote with alt text. (smcv)
-rw-r--r--debian/changelog6
-rw-r--r--doc/bugs/img_with_alt_has_extra_double_quote.mdwn2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8ee065803..86aeb0b7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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"
diff --git a/doc/bugs/img_with_alt_has_extra_double_quote.mdwn b/doc/bugs/img_with_alt_has_extra_double_quote.mdwn
index 18aea6841..81bbe7fb5 100644
--- a/doc/bugs/img_with_alt_has_extra_double_quote.mdwn
+++ b/doc/bugs/img_with_alt_has_extra_double_quote.mdwn
@@ -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]]