← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug_946896 into lp:zorba

 

Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_946896 into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Zorba Coders (zorba-coders)
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #946896 in Zorba: "XQDoc bug"
  https://bugs.launchpad.net/zorba/+bug/946896

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


Follow ups