When you edit a text form (at, for example, /admin/settings/formats/1), the following text string appears at the top of the page:

Every filter performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this format. If you notice some filters are causing conflicts in the output, you can rearrange them.

The last two words ("rearrange them") are linked to /admin/settings/filter/1/order, which is incorrect and leads to a null page. The phrase should link to /admin/settings/formats/1/order . Patch attached.

CommentFileSizeAuthor
filter_link_fix.patch1.94 KBtgeller
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tobiasb’s picture

Status: Active » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Oopsie. :) Committed to HEAD! Thanks!

Status: Fixed » Closed (fixed)

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