Closed (fixed)
Project:
Upload previews
Version:
5.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2008 at 20:08 UTC
Updated:
20 Dec 2008 at 13:05 UTC
Line 93 should be:
$files[$id]['description']['#description'] = t('This file is not yet saved. The prospective URL will be <a href="@url">@url</a>', array('@url' => $url));
Instead of:
$files[$id]['description']['#description'] = t('This file is not yet saved. The prospective URL will be <a href="@url">@url</a>.', array('@url' => $url));
If you copy url, dot at the end of url is unexpected.
Comments
Comment #1
kkaefer commentedNope, this is intentional. Right-click on the link and select "Copy Location" or a similar menu item to copy the URL. The dot is outside of the
atag.Comment #2
seaji commentedYes, but this differ from the system upload module. There is not a dot in the system upload module. And users are used to select/copy/paste of url.
Comment #3
seaji commentedI had many error reports from users about dot at the end of url.
Comment #4
seaji commentedAnd if you do replacement of system module, you MUST copy system module as much as possible.
Comment #5
rmiddle commentedMinor Issue I will make the change.
Comment #6
rmiddle commentedCommitted to Drupal-5 Branch of CVS. Looks like Head and Drupal 5 branch have been keep in sync.
Thanks
Robert
Comment #7
kkaefer commentedNow the sentence is awkward. One sentence ends with a dot, but the second one doesn't. This could be resolved by changing the wording to "This file is not yet saved, but will be available at @url".
Comment #8
rmiddle commentedKKaefer,
The wording makes since. Changed in CVS.
Thanks
Robert