Closed (fixed)
Project:
Webform
Version:
6.x-2.8
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2009 at 16:43 UTC
Updated:
20 Nov 2009 at 01:10 UTC
In the default email template, the URL immediately follows the string "The results of this submission may be viewed at:" without any space or carriage return. As a result, the generated URL is not directly clickable by the end-user in some URL-aware email clients.
The solution is to add an extra CR, to put the URL on a separate line, as intended. See the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| webform-mail_tpl.patch | 593 bytes | gribnif |
Comments
Comment #1
quicksketchGreat, thanks, I'll put this in at first opportunity.
Comment #2
quicksketchCommitted to the Drupal 6--2 branch. Clearly I don't get many opportunities to commit patches. ;-)
Comment #3
quicksketch