diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-08 14:08:17 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-08 14:08:17 +0000 |
commit | 89caf165693a69b3c0ffe5de63f4dd91fe14022b (patch) | |
tree | f7310b34b4de6e98ffe1305ca8da5aa2632a2765 /app/views/help/api.rhtml | |
parent | 008694dbc3dfb0dceff58f81a53098c624730a1c (diff) | |
parent | ac4f8cfc670d0b8089925180538aee5c36401a9d (diff) |
Merge remote-tracking branch 'openaustralia_github/small_html_fixes' into develop
Diffstat (limited to 'app/views/help/api.rhtml')
-rw-r--r-- | app/views/help/api.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/api.rhtml b/app/views/help/api.rhtml index 76d2992fb..facddce41 100644 --- a/app/views/help/api.rhtml +++ b/app/views/help/api.rhtml @@ -51,11 +51,11 @@ <dd> <p>Quite a few pages have JSON versions, which let you download information about objects in a structured form. Find them by: + </p> <ul> <li>Adding <tt>.json</tt> to the end of the URL. </li> <li>Look for the <tt><link rel="alternate" type="application/json"></tt> tag in the head of the HTML. </li> </ul> - </p> <p>Requests, users and authorities all have JSON versions containing basic information about them. Every Atom feed has a JSON equivalent, containing |