Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1
-
None
-
None
Description
The Add and Edit Notifier links on the Project Information tab contain leading whitespace.
This confuses some proxies which need to re-write the urls, which causes errors when the links are clicked.
On the Notifiers tab, the html for the Delete link looks like this:
<a href="/continuum/deleteProjectGroupNotifier!default.action?confirmed=false&notifierType=mail&projectGroupId=7&notifierId=1"> <img src="/continuum/images/delete.gif" alt="Delete" title="Delete" border="0"> </a>
But on the Project Information Tab, Notifiers section, the delete link is:
<a href="%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20/continuum/deleteProjectNotifier%21default.action?projectId=8&notifierType=mail&projectGroupId=7&notifierId=2"> <img src="/continuum/images/delete.gif" alt="Delete" title="Delete" border="0"></a>