diff options
author | friendica <info@friendica.com> | 2014-06-10 23:00:37 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-10 23:00:37 -0700 |
commit | 4593472638a563fbf19a43663ceed3cfef59915d (patch) | |
tree | b3d477dfa0a72c45aff30dbd4a8d20de7aad3206 /app | |
parent | 3dfcfbf85cbbdc93b19549faed56e2dc593175d7 (diff) | |
download | volse-hubzilla-4593472638a563fbf19a43663ceed3cfef59915d.tar.gz volse-hubzilla-4593472638a563fbf19a43663ceed3cfef59915d.tar.bz2 volse-hubzilla-4593472638a563fbf19a43663ceed3cfef59915d.zip |
oops that's hex not decimal
Diffstat (limited to 'app')
-rw-r--r-- | app/post.apd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/post.apd b/app/post.apd index d9952f8ec..780eed47e 100644 --- a/app/post.apd +++ b/app/post.apd @@ -1,4 +1,4 @@ -url: $baseurl/rpost?f=&body=%10 +url: $baseurl/rpost?f=&body=%0A requires: observer name: Post photo: $baseurl/app/post.png |