Skip to content

Commit 84348cf

Browse files
author
AdrianoDee
committed
Fix Grey Solid
1 parent 760ccae commit 84348cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/RelMon/python/directories2html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ def make_summary_table(indir,aggregation_rules,aggregation_rules_twiki, hashing_
939939
chart=subdirs_dict[subdir_name].get_piechart_js(50,summary_page)
940940
page_html+='%s'%chart
941941
else:
942-
page_html+='<img src="%s" title="%s" height=50 width=50>' %(img_link)
942+
page_html+='<img src="%s" title="%s" height=50 width=50>' %(img_link,"Unavailable")
943943
page_html+='</div></td>'
944944

945945
page_html+=" </tr>\n"

0 commit comments

Comments
 (0)