Skip to content

Commit

Permalink
Merge pull request #15 from aspnet/FixResolveReferenceBug
Browse files Browse the repository at this point in the history
Fix resolve reference bug
  • Loading branch information
vicancy committed Jul 1, 2015
2 parents 160ff99 + c4b7465 commit 163140d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public ParseResult Run(MetadataModel yaml, ResolverContext context)
else
{
page = parent;
current.References = null;
}
if (documentReferences != null && documentReferences.Count > 0)
{
Expand Down

0 comments on commit 163140d

Please sign in to comment.