diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-16 19:20:33 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-08-16 19:20:33 +0300 |
commit | 136d202255d76e33cfa09f1c5eb7c7dfcb218630 (patch) | |
tree | 61ad141c01b33d5464fd4b8de98d820b619e04c4 /indra/newview/skins | |
parent | b21e63cc1260b1b8db87f52fb9b7a2f80b055327 (diff) |
STORM-793 FIXED Disallowed parsing HTTP URLs in llGiveInventory notifications (one more case).
The fix may look weird because we seem to wrap a SLURL with <nolink>...</nolink> tags.
But actually there is no SLURL, there's just an object name.
Investigating that goes beyond the bug scope.
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 310616d57e..c9ccd44b83 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5903,7 +5903,7 @@ No valid parcel could be found. name="ObjectGiveItem" type="offer"> An object named <nolink>[OBJECTFROMNAME]</nolink> owned by [NAME_SLURL] has given you this [OBJECTTYPE]: -[ITEM_SLURL] +<nolink>[ITEM_SLURL]</nolink> <form name="form"> <button index="0" |