Index: trunk/phase3/includes/api/ApiFormatJson.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | } |
72 | 72 | $this->printText( |
73 | 73 | $prefix . |
74 | | - FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) . |
| 74 | + FormatJson::encode( $this->getResultData(), $this->getIsHtml() ) . |
75 | 75 | $suffix |
76 | 76 | ); |
77 | 77 | } |