aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_comment.tpl
blob: 27ec3dffce248dc175e087d8b73a6ce5f3c2a102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<XML>
  <post>
    <comment>
      <guid>{{$guid}}</guid>
      <parent_guid>{{$parent_guid}}</parent_guid>
      <author_signature>{{$authorsig}}</author_signature>
      <text>{{$body}}</text>
      <diaspora_handle>{{$handle}}</diaspora_handle>
    </comment>
  </post>
</XML>