Skip to content

Commit 0ddd5a9

Browse files
author
Josh Pettett
committed
fixed example
1 parent 9e0ea15 commit 0ddd5a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/sendText.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'to' => $toNumber,
1010
'file' => array(
1111
$phaxio->stringUpload('Page 1'),
12-
$phaxio->stringUpload('<b>Page 2<b>')
12+
$phaxio->stringUpload('<b>Page 2<b>', 'html')
1313
)
1414
);
1515

0 commit comments

Comments
 (0)