From 67c17468c19dd55209bda1220473c491f2043760 Mon Sep 17 00:00:00 2001 From: Creatures in Unitards Date: Fri, 12 Feb 2016 11:42:28 -0800 Subject: [PATCH] little nothings --- v1.1/editdocs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.1/editdocs.md b/v1.1/editdocs.md index 3fb5553bc8..1cc0e8dd7e 100644 --- a/v1.1/editdocs.md +++ b/v1.1/editdocs.md @@ -76,8 +76,8 @@ contributions to our site and our documentation! function init(){ π.clean(init); var editLink = πd('editlink'); - var h2 = π.h2(); - var p = π.p(); + var h2 = π.contentElement('h2'); + var p = π.contentElement('p'); var a = π.contentElement('a', 'button'); if(window.location.hash) { var page = window.location.hash.substring(1,window.location.hash.length);