Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Fix article_markdown() function
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigChilds94 committed Mar 2, 2016
1 parent e612f40 commit 8c3ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anchor/functions/articles.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function article_html()
*/
function article_markdown()
{
return Registry::prop('article', 'html');
return Registry::prop('article', 'markdown');
}

/**
Expand Down

5 comments on commit 8c3ef08

@maojindao55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i got source code by composer way, but this bug is still exsit.

@daviddarnes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maojindao55 which bug would this be? Could you check if someone has reported it as an issue? https://github.com/anchorcms/anchor-cms/issues

@maojindao55
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daviddarnes The bug as the commit is not fixed on the composer.

@daviddarnes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maojindao55 yes but bug reports can be found in issues, not here in commit comments.

@maojindao55
Copy link

@maojindao55 maojindao55 commented on 8c3ef08 Apr 3, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.