diff --git a/src/PlumedToHTML/PlumedToHTML.py b/src/PlumedToHTML/PlumedToHTML.py index 156bc58..f6fcfdc 100644 --- a/src/PlumedToHTML/PlumedToHTML.py +++ b/src/PlumedToHTML/PlumedToHTML.py @@ -358,7 +358,8 @@ def get_html( inpt, name, outloc, tested, broken, plumedexe, usejson=None, maxch plumed_formatter = load_formatter_from_file(formatfile, "PlumedFormatter", keyword_dict=keyword_dict, input_name=name, hasload=found_load, broken=any(broken), auxinputs=inputfiles, auxinputlines=inputfilelines, valuedict=valuedict, actions=actions, checkaction=checkaction ) # Now generate html of input - html = '
\n' + html = '
\n' + html += '
\n' html += f'
Click on the labels of the actions for more information on what each action computes
\n' html += '
\n' for i in range(len(tested)) : @@ -404,7 +405,8 @@ def get_html( inpt, name, outloc, tested, broken, plumedexe, usejson=None, maxch else : # html += highlight( final_inpt, plumed_lexer, HtmlFormatter() ) html += highlight( final_inpt, plumed_lexer, plumed_formatter ) - + #close the html = '
\n' + html += '
\n' # Now remove keywords that appear in examples mykeywords = plumed_formatter.getCheckActionKeywords() for key in mykeywords : diff --git a/src/PlumedToHTML/assets/header.html b/src/PlumedToHTML/assets/header.html index b66c2f8..7c5c6b1 100644 --- a/src/PlumedToHTML/assets/header.html +++ b/src/PlumedToHTML/assets/header.html @@ -1,4 +1,8 @@