diff --git a/views/docs/v1.moon b/views/docs/v1.moon index 6fc9bd0..9e86c14 100644 --- a/views/docs/v1.moon +++ b/views/docs/v1.moon @@ -345,8 +345,9 @@ class Docs_1 extends Widget code "/duplicate" text " endpoint for duplicating a task or list (with optional inclusion of any sub-tasks/sub-lists). The web interface will be updated to utilize this." li "CLI program for interacting with the API." - li class: "error", -> - text "BUG: IDs are not returned with requests to " + li -> + span class: "error", "BUG" + text ": IDs are not returned with requests to " code "/key/new" text " endpoint." li "Twitter integration."