img: Fix extra double quote with alt text. (smcv)
parent
b9ba68208e
commit
d25c4acfdb
|
@ -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"
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue