Index: /trunk/docs/index.txt
===================================================================
--- /trunk/docs/index.txt	(revision 595)
+++ /trunk/docs/index.txt	(revision 596)
@@ -23,7 +23,9 @@
 =======================
 
-The ZOO-Project documentation is released under the `Creative Commons Attribution-ShareAlike 4.0 International Public License <https://creativecommons.org/licenses/by-sa/4.0/legalcode>`__ (CC-BY-SA). This license must be kept when editing or creating a new documentation file.
+The ZOO-Project documentation is released under the 
+`Creative Commons Attribution-ShareAlike 4.0 International Public License <https://creativecommons.org/licenses/by-sa/4.0/legalcode>`__
+(CC-BY-SA). This license must be kept when editing or creating a new documentation file.
 
-.. image:: ../_static/images/by-sa.png
+.. image:: ../../_static/images/by-sa.png
    :target: https://creativecommons.org/licenses/by-sa/4.0/legalcode/
    :height: 31px
Index: /trunk/docs/services/howtos.txt
===================================================================
--- /trunk/docs/services/howtos.txt	(revision 595)
+++ /trunk/docs/services/howtos.txt	(revision 596)
@@ -196,5 +196,5 @@
   function HelloPHP(&$main_conf,&$inputs,&$outputs){
      $tmp="Hello ".$inputs[S][value]." from PHP world !";
-     $outputs["Result"]["value"]=zoo_Translate($tmp)
+     $outputs["Result"]["value"]=zoo_Translate($tmp);
      return zoo_SERVICE_SUCCEEDED();
   }
