Commit b6d677ee by Alex Bush

bugfix

1 parent b54bdab4
Showing with 1 additions and 1 deletions
......@@ -26,7 +26,7 @@
<div class="box">
<div class="box-header"><%= $article->{'name'} %></div>
<div class="box-body">
<%= $article->{'article'} %>
<%== $article->{'article'} %>
</div>
</div>
% if ( my $login = session 'login' ) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!