summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-08-16 19:20:33 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-08-16 19:20:33 +0300
commit136d202255d76e33cfa09f1c5eb7c7dfcb218630 (patch)
tree61ad141c01b33d5464fd4b8de98d820b619e04c4 /indra
parentb21e63cc1260b1b8db87f52fb9b7a2f80b055327 (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')
-rw-r--r--indra/newview/skins/default/xui/en/notifications.xml2
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 &lt;nolink&gt;[OBJECTFROMNAME]&lt;/nolink&gt; owned by [NAME_SLURL] has given you this [OBJECTTYPE]:
-[ITEM_SLURL]
+&lt;nolink&gt;[ITEM_SLURL]&lt;/nolink&gt;
<form name="form">
<button
index="0"