aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/img_vs_align.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-07 13:24:59 -0400
committerJoey Hess <joey@kitenet.net>2011-12-07 13:24:59 -0400
commitd9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f (patch)
tree2de604a9cab044abaa46e747d6f7cfcc4679c1d5 /doc/bugs/img_vs_align.mdwn
parent3c10ca6a2c8f8be93a1be6c509d538d4ed64efe2 (diff)
downloadikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar
ikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar.gz
remove some links to gitweb
these are a pain to keep working, and not needed
Diffstat (limited to 'doc/bugs/img_vs_align.mdwn')
-rw-r--r--doc/bugs/img_vs_align.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn
index c78465a37..5eb4489b0 100644
--- a/doc/bugs/img_vs_align.mdwn
+++ b/doc/bugs/img_vs_align.mdwn
@@ -5,7 +5,7 @@ embedded as `<p><img ...></p>`. That's at least what I see on
hand, CSS is supposed to be used instead, I guess. (But how... I forgot
almost of my CSS foo again ;-) it seems.) --[[tschwinge]]
-> [[!img logo/ikiwiki.png align=right]]The [img tag doesn't create P tags](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=IkiWiki/Plugin/img.pm;h=32023fa97af8ba8e63192cacaff10a4677d20654;hb=HEAD), but if you have surrounded the img directive with newlines, they will result in paragraph tags.
+> [[!img logo/ikiwiki.png align=right]]The img tag doesn't create P tags, but if you have surrounded the img directive with newlines, they will result in paragraph tags.
>
> I've edited the URL you provided to demonstrate this -- hope you don't mind! I've also added an inline, right-aligned image to this page.[[!tag done]]
> -- [[Jon]]