Skip to content

Commit

Permalink
Specify that text elements must use base64
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
Geal committed Jul 5, 2013
1 parent 4a79266 commit 0e79204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -57,5 +57,5 @@ The application will display an alertbox, with the title defined by the 'title'

### Text

The application will display a large text zone, with the title defined by the 'title' attribute, and the content defined by the 'text' attribute.
The application will display a large text zone, with the title defined by the 'title' attribute, and the content defined by the 'text' attribute. The 'text' attribute must contain base64 encoded data without wrap-around. Passing the text through the command `base64 -w 0` encodes it correctly.

0 comments on commit 0e79204

Please sign in to comment.