From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- vendor/oojs/oojs-ui/php/HtmlSnippet.php | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 vendor/oojs/oojs-ui/php/HtmlSnippet.php (limited to 'vendor/oojs/oojs-ui/php/HtmlSnippet.php') diff --git a/vendor/oojs/oojs-ui/php/HtmlSnippet.php b/vendor/oojs/oojs-ui/php/HtmlSnippet.php new file mode 100644 index 00000000..e0889fca --- /dev/null +++ b/vendor/oojs/oojs-ui/php/HtmlSnippet.php @@ -0,0 +1,36 @@ +content = $content; + } + + /** + * Render into HTML. + * + * @return string Unchanged HTML snippet + */ + public function __toString() { + return $this->content; + } +} -- cgit v1.2.3-54-g00ecf