]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/classes/Ostatus_profile.php
Updated 'more' anchor for attachments to do an XHR GET
[quix0rs-gnu-social.git] / plugins / OStatus / classes / Ostatus_profile.php
index a59184b89247899a5173466b0183ee2419d20c23..7ea8ff633b96571d18b90677c429eba9bd0dd683 100644 (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>';
             }
         }