SAP / odfuzz

Apache License 2.0
18 stars 12 forks source link

correct position of misplaced line breaking html #33

Closed jzeinert-sap closed 4 years ago

jzeinert-sap commented 4 years ago

Previously the line starting with '.then(...)' was misplaced outside an if clause, breaking the generated html file. This moves the line inside the if clause, making the html render in a browser.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 4 years ago

Codecov Report

Merging #33 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #33   +/-   ##
=======================================
  Coverage   34.65%   34.65%           
=======================================
  Files          15       15           
  Lines        3287     3287           
=======================================
  Hits         1139     1139           
  Misses       2148     2148

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0f0b9cf...32a3f6c. Read the comment docs.

phanak-sap commented 4 years ago

Thank you for your fix.