zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #05719
[Merge] lp:~zorba-coders/zorba/bug_946896 into lp:zorba
You have been requested to review the proposed merge of lp:~zorba-coders/zorba/bug_946896 into lp:zorba.
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_946896/+merge/95852
Fixed bug lp:946896.
--
https://code.launchpad.net/~zorba-coders/zorba/bug_946896/+merge/95852
Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/bug_946896 into lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq 2012-01-20 21:48:24 +0000
+++ modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq 2012-03-05 07:12:28 +0000
@@ -1414,7 +1414,7 @@
substring-before($rest, ") external")
(: no external function :)
else
- $rest
+ substring-before($rest, ")")
(: the return type is specified :)
else
$tmp
References