diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-18 00:19:32 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-18 00:19:32 +0100 |
commit | d8a533274fa6354072a2acb66bd1574ecaec2c02 (patch) | |
tree | 70a451c3d72e23ed2356b44fb76c4cee4b400556 /plugins | |
parent | dc71833ce6fcedb4eafe22fccaa0b5302bde6e7f (diff) |
Updated 'more' anchor for attachments to do an XHR GET
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/OStatus/classes/Ostatus_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/classes/Ostatus_profile.php b/plugins/OStatus/classes/Ostatus_profile.php index a59184b89..7ea8ff633 100644 --- a/plugins/OStatus/classes/Ostatus_profile.php +++ b/plugins/OStatus/classes/Ostatus_profile.php @@ -559,7 +559,7 @@ class Ostatus_profile extends Memcached_DataObject htmlspecialchars($attachUrl) . '" class="attachment more">' . // TRANS: expansion link for too-long remote messages - htmlspecialchars(_m('(more)')) . + htmlspecialchars(_m('more')) . '</a>'; } } |