I had a problem as I entered
something like
!=files/image.jpg!
- Error was that appeared an errormessage of getimagesize() - the file could not be found
this was caused by$_SERVER['DOCUMENT_ROOT']at line 2736.
--> solution: define $docroot
i did this in textile.module - but I dont know it this is the best way, so look at it please - Error was that the "=" was not parsed so the image was not shown and src was set to
src="=files/image.jpg"
I found a solution too
and here comes the patch :D
I hope you'll include it
and please look at: http://drupal.org/node/26972 and fix it too
| Comment | File | Size | Author |
|---|---|---|---|
| textile.patch | 2.26 KB | Tobias Maier |
Comments
Comment #1
jhriggs commentedImages do not have a center (=) alignment. If you look at the documentation (http://cvs.drupal.org/viewcvs/*checkout*/drupal/contributions/modules/te...), there is left (<), right (>), middle (-), top (^), and bottom (~).