Updated 'more' anchor for attachments to do an XHR GET

This commit is contained in:
Sarven Capadisli
2010-03-18 00:19:32 +01:00
parent dc71833ce6
commit d8a533274f
6 changed files with 73 additions and 54 deletions

View File

@@ -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>';
}
}