##// END OF EJS Templates
docs: fixed not supported code-block
marcink -
r3017:b13c798a stable
parent child Browse files
Show More
@@ -38,7 +38,7 b' changeset_comment'
38
38
39 Example error output:
39 Example error output:
40
40
41 .. code-block:: json
41 .. code-block:: javascript
42
42
43 {
43 {
44 "id" : <id_given_in_input>,
44 "id" : <id_given_in_input>,
@@ -66,7 +66,7 b' def changeset_comment(request, apiuser, '
66
66
67 Example error output:
67 Example error output:
68
68
69 .. code-block:: json
69 .. code-block:: javascript
70
70
71 {
71 {
72 "id" : <id_given_in_input>,
72 "id" : <id_given_in_input>,
General Comments 0
You need to be logged in to leave comments. Login now