diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-19 15:17:36 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-19 15:17:36 +0200 |
commit | 5a6f6162061985c9d0e67b7d25b94b5a53205ace (patch) | |
tree | 6a46269e8b1e5246f8fe055a0540a54f716d9a05 /plugins/OStatus/lib/xrdaction.php | |
parent | 07cd52afc7eef0111c9f7bd49a52a51214520287 (diff) |
* i18n/L10n update
* translator comments added
* remove superfluous whitespace
Diffstat (limited to 'plugins/OStatus/lib/xrdaction.php')
-rw-r--r-- | plugins/OStatus/lib/xrdaction.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/OStatus/lib/xrdaction.php b/plugins/OStatus/lib/xrdaction.php index 91bb87cc2..c8b5beff3 100644 --- a/plugins/OStatus/lib/xrdaction.php +++ b/plugins/OStatus/lib/xrdaction.php @@ -103,5 +103,4 @@ class XrdAction extends Action header('Content-type: application/xrd+xml'); print $xrd->toXML(); } - } |