summaryrefslogtreecommitdiff
path: root/includes/api/ApiFormatTxt.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiFormatTxt.php')
-rw-r--r--includes/api/ApiFormatTxt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatTxt.php b/includes/api/ApiFormatTxt.php
index bb5a3ba1..54a620fc 100644
--- a/includes/api/ApiFormatTxt.php
+++ b/includes/api/ApiFormatTxt.php
@@ -55,6 +55,6 @@ class ApiFormatTxt extends ApiFormatBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiFormatTxt.php 78829 2010-12-22 20:52:06Z reedy $';
+ return __CLASS__ . ': $Id$';
}
}