Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update
[git.ikiwiki.info.git]
/
doc
/
bugs
/
img_plugin_should_pass_through_class_attribute.mdwn
diff --git
a/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn
b/doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn
index 2e67d63574788acb5736da313d3d4e9808d688aa..f72ecade2b41cfebfb6fa1f52af3552f4dca59d8 100644
(file)
--- a/
doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn
+++ b/
doc/bugs/img_plugin_should_pass_through_class_attribute.mdwn
@@
-26,7
+26,7
@@
And here's a patch to implement it. Will this survive markdown munging? It seems
index 7226231..3eb1ae7 100644
--- a/Plugin/img.pm
+++ b/Plugin/img.pm
index 7226231..3eb1ae7 100644
--- a/Plugin/img.pm
+++ b/Plugin/img.pm
- @@ -93,9 +93,15 @@ sub preprocess (@) {
#{{{
+ @@ -93,9 +93,15 @@ sub preprocess (@) {
$imgurl="$config{url}/$imglink";
}
$imgurl="$config{url}/$imglink";
}
@@
-42,7
+42,7
@@
And here's a patch to implement it. Will this survive markdown munging? It seems
+ $result .= '/></a>';
+
+ return $result;
+ $result .= '/></a>';
+
+ return $result;
- }
#}}}
+ }
1
--
1
--