Line 106 of img_assist/img_assist_tinymce.js shows:

  var content = '<img src="' + Drupal.settings.basePath + 'image/view/' + nid + '"'

should be:

  var content = '<img src="' + Drupal.settings.basePath + 'index.php?q=image/view/' + nid + '"'
CommentFileSizeAuthor
#1 img_assist-DRUPAL-6--2.clean-urls.patch933 bytessun

Comments

sun’s picture

Assigned: Joshua Hesketh » Unassigned
StatusFileSize
new933 bytes

Please test attached patch.

sun’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.