From a58285fd06c8113c45377c655dd43cef6337e815 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Jan 2007 19:06:07 +0000 Subject: Aktualisierung auf MediaWiki 1.9.0 --- math/texvc_test.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'math/texvc_test.ml') diff --git a/math/texvc_test.ml b/math/texvc_test.ml index 3bce5296..cd3a1dfa 100644 --- a/math/texvc_test.ml +++ b/math/texvc_test.ml @@ -8,7 +8,6 @@ let rec foo () = let line = input_line stdin in (try let tree = Parser.tex_expr lexer_token_safe (Lexing.from_string line) in - let out = Util.mapjoin Texutil.render_tex tree in (match Html.render tree with Some _ -> print_string "$^\n" | None -> print_string "$_\n"; -- cgit v1.2.3-54-g00ecf