From 0ca8bb0f3d461b1c99b838f7c4af5449bb2d1b31 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 22 Jun 2017 19:44:20 +0200 Subject: [PATCH] Changed .mountable to a normal div --- pages/profile/profile.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/profile/profile.pixy b/pages/profile/profile.pixy index aa87fc5a..1854238c 100644 --- a/pages/profile/profile.pixy +++ b/pages/profile/profile.pixy @@ -79,7 +79,7 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, .post-author Avatar(post.Author()) .post-content - .mountable!= aero.Markdown(post.Text) + div!= aero.Markdown(post.Text) .post-toolbar.active .spacer .post-likes= len(post.Likes)