From c05878d194bec336b62e80a5156c23f81505c4d1 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Wed, 25 Apr 2018 08:29:09 -0700 Subject: [PATCH] fix formatting --- views/docs/v1.moon | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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."