I had a problem as I entered
something like
!=files/image.jpg!

  1. 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
  2. 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

CommentFileSizeAuthor
textile.patch2.26 KBTobias Maier

Comments

jhriggs’s picture

Priority: Critical » Normal
Status: Needs review » Closed (works as designed)

Images 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 (~).