From ab51983ebf6a4c282d7985d91a366410fe0edada Mon Sep 17 00:00:00 2001 From: Richard Henry Date: Mon, 27 Nov 2017 22:20:50 -0800 Subject: [PATCH] Fix bug that breaks ASNodeController docs page (#690) When Obj-C is selected on this page, the bottom half of the documentation is missing. When Swift is selected, malformed content appears where the documentation is nested inside the code block. Repro'd here in Safari and Chrome: http://texturegroup.org/docs/containers-asnodecontroller.html I think the bug is that is being parsed as an HTML tag, and this should fix it. --- docs/_docs/containers-asnodecontroller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/containers-asnodecontroller.md b/docs/_docs/containers-asnodecontroller.md index 7dd5034dab..09b644440f 100755 --- a/docs/_docs/containers-asnodecontroller.md +++ b/docs/_docs/containers-asnodecontroller.md @@ -60,7 +60,7 @@ All of this logic can be removed from where it previously existed in the "view"