Completed
Push — master ( ed35ab...871ad1 )
by Michael
05:54
created
htdocs/class/xoopseditor/ckeditor/ckeditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * prepare HTML for output
46 46
      *
47 47
      * @param   bool    decode content?
48
-     * @return sting HTML
48
+     * @return string HTML
49 49
      */
50 50
     function render($decode = true)
51 51
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/fckeditor/formfckeditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * prepare HTML for output
46 46
      *
47 47
      * @param   bool    decode content?
48
-     * @return  sting HTML
48
+     * @return  string HTML
49 49
      */
50 50
     function render($decode = true)
51 51
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/xheditor/xheditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * prepare HTML for output
46 46
      *
47 47
      * @param   bool    decode content?
48
-     * @return  sting HTML
48
+     * @return  string HTML
49 49
      */
50 50
     function render($decode = true)
51 51
     {
Please login to merge, or discard this patch.