Skip to content

Commit

Permalink
fix : typo fixed in HTML_End_Template #144
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 21, 2021
1 parent 23753f1 commit 7e7fc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opem/Params.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"""

HTML_End_Template = """
<p style="text-align:center;position:absoloute;border-top:1px solid black;">Generated By <a style="text-decoration:none;color:#ff7600;" href="http://opem.ecsim.ir">OPEM</a> Version {0}</p>
<p style="text-align:center;position:absolute;border-top:1px solid black;">Generated By <a style="text-decoration:none;color:#ff7600;" href="http://opem.ecsim.ir">OPEM</a> Version {0}</p>
"""

Amphlett_InputParams = {
Expand Down

0 comments on commit 7e7fc52

Please sign in to comment.