From 51d9f1db3100023c1f2f9caa9e2cadd5c7c74521 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 4 Jan 2015 00:18:48 +0100 Subject: [PATCH] fix html, close #63 div elements are not allowed inside p elements --- views/index.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/index.jade b/views/index.jade index 4828161..b47600a 100644 --- a/views/index.jade +++ b/views/index.jade @@ -117,11 +117,11 @@ block content mark.green id | with a Mojang UUID or username to get a render of the skin. | The head render type returns a render of the skin's head. - .code + span.code | #{domain}/renders/head/ mark.green id | The body render returns a render of the entire skin. - .code + span.code | #{domain}/renders/body/ mark.green id @@ -175,7 +175,7 @@ block content | with a Mojang UUID or username to get the related skin.
| The user's skin is returned, or the default image is served.
| You can use the default parameter here as well. - .code + span.code | #{domain}/skins/ mark.green id