diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-01-09 23:10:26 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-09 23:10:26 -0500 |
commit | 9dc5685de44760d2c06a0376c97eb699de2f2964 (patch) | |
tree | 41c57d6fb5613d0bc351cc562072a4501c0d3113 /debian | |
parent | 149e8e1c62a11d73f2fbea4e653cff7f3460c8f2 (diff) | |
download | ikiwiki-9dc5685de44760d2c06a0376c97eb699de2f2964.tar ikiwiki-9dc5685de44760d2c06a0376c97eb699de2f2964.tar.gz |
linkmap: Simplify and improve browser compatability by using an img, not object tag.
I noticed that chromium was not hyperlinking the areas in the object-based
linkmap, while img works ok. Dunno why, but img based is nicer anyway since
it is allowed right through the htmlscrubber with no workarounds.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bd638b36f..55213df9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ ikiwiki (3.20100104) UNRELEASED; urgency=low * img: Support alignment of images with captions. (Giuseppe Bilotta) * websetup: Fix utf-8 problems. * websetup: Fix bug in array change detection. + * linkmap: Simplify and improve browser compatability by using an img, + not object tag. -- Joey Hess <joeyh@debian.org> Mon, 04 Jan 2010 12:53:24 -0500 |