From e8ea6b39c9dca176c35693b60f5a8642d0c47974 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Wed, 11 Mar 2015 22:29:03 -0700 Subject: [PATCH] fix link issue on show view --- views/stories/show.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/stories/show.jade b/views/stories/show.jade index 2d02ff0077..02e470b33f 100644 --- a/views/stories/show.jade +++ b/views/stories/show.jade @@ -23,7 +23,7 @@ .col-xs-7.col-sm-10 .col-xs-12.negative-28 - a(href="#{link} target='_blank") + a(href="#{link}", target="_blank") h3= title h6 .col-xs-12.positive-15.hidden-element#image-display