@@ -181,8 +181,8 @@ |
||
181 | 181 | } |
182 | 182 | |
183 | 183 | $encoded = "=ybegin line=$lineLength size=$stringLength name=".trim($filename)."\r\n". |
184 | - trim(chunk_split($encoded, $lineLength)). |
|
185 | - "\r\n=yend size=$stringLength"; |
|
184 | + trim(chunk_split($encoded, $lineLength)). |
|
185 | + "\r\n=yend size=$stringLength"; |
|
186 | 186 | |
187 | 187 | // Add a CRC32 checksum if desired. |
188 | 188 | if ($crc32) { |