]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/img_plugin_and_class_attr.mdwn
Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master'
[ikiwiki.git] / doc / bugs / img_plugin_and_class_attr.mdwn
index 7fd457c3142e638913c79d3b7465e7764472cb01..7e880b4fce097014ab91c4665b51ec2c2c3fc299 100644 (file)
@@ -3,7 +3,7 @@ attribute in its HTML output.
 
 The plugin receives something like the following:
 
-    [[!img 129199047595759991.jpg class="centered"]]
+    \[[!img 129199047595759991.jpg class="centered"]]
 
 And is supossed to generate an HTML code like the following:
 
@@ -23,3 +23,5 @@ This is happening with version 3.20100815 of ikiwiki.
 
 [[jerojasro]]
 
+> How is this a bug? It's perfectly legal html for a class attribute to 
+> put an element into multiple classes. [[notabug|done]] --[[Joey]]