summaryrefslogtreecommitdiff
path: root/includes/api/ApiFormatYaml.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiFormatYaml.php')
-rw-r--r--includes/api/ApiFormatYaml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php
index d62bbbba..ecf35900 100644
--- a/includes/api/ApiFormatYaml.php
+++ b/includes/api/ApiFormatYaml.php
@@ -44,6 +44,6 @@ class ApiFormatYaml extends ApiFormatJson {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiFormatYaml.php 86302 2011-04-18 11:42:44Z reedy $';
+ return __CLASS__ . ': $Id$';
}
}