From 108ac9fd7cf9df44210fcd91cf448c1be036a88d Mon Sep 17 00:00:00 2001 From: danielvincent Date: Mon, 22 Nov 2010 01:31:21 -0800 Subject: [PATCH] resolved stray h3 tag in stream --- app/views/status_messages/_status_message.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/status_messages/_status_message.haml b/app/views/status_messages/_status_message.haml index e559598db..c467cbea6 100644 --- a/app/views/status_messages/_status_message.haml +++ b/app/views/status_messages/_status_message.haml @@ -2,7 +2,7 @@ -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. -%h3= markdownify(post.message) += markdownify(post.message) %br - for photo in post.photos = link_to (image_tag photo.url(:thumb_medium)), object_path(photo)