Skip to content

Commit

Permalink
Removed default "display: none" for procedues because can not overrid…
Browse files Browse the repository at this point in the history
…e globally.
  • Loading branch information
cmacmackin committed Jun 25, 2015
1 parent 0890ff8 commit af5a99a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ford/sourceform.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ def markdown(self,md,project):
if self.parent:
self.display = self.parent.display

if 'display' not in self.meta and self.obj == 'proc':
self.meta['display'] = 'none'
for key in self.meta:
if key == 'display':
tmp = [ item.lower() for item in self.meta[key] ]
Expand Down

0 comments on commit af5a99a

Please sign in to comment.