Skip to content

Commit

Permalink
fix for missing descriptions + style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aparrish committed May 16, 2017
1 parent 22d5915 commit 7b44ae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion content/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ pre {
margin-bottom : 30px;
margin-top : 0;
font-size : .79em;
width : 678px;
}
tr.name-row { height: 60px; }
td p { margin-top: 0; }
Expand Down
2 changes: 1 addition & 1 deletion generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def make_convert_hypertext(names_dict):
The function is used directly from jinja.
"""
def convert_hypertext(element, _toplevel=True):
if not element:
if element is None:
return ''

if _toplevel:
Expand Down

0 comments on commit 7b44ae9

Please sign in to comment.