Skip to content

Commit

Permalink
[bugfix] Remove 'test' from METER alt. Replaced with instructions to …
Browse files Browse the repository at this point in the history
…Chrome.
  • Loading branch information
ross-spencer committed Aug 9, 2016
1 parent a640c4f commit 5dee026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/htmloutputclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def splitidresults(self, puid):
return namespace, identifier, formatname, count

def __outputmeter__(self, value, minval, maxval):
return '<td><meter style="width: 300px;" value="' + str(value).strip() + '" min="' + str(min) + '" max="' + str(maxval) + '">test</meter></td>'
return '<td><meter style="width: 300px;" value="' + str(value).strip() + '" min="' + str(min) + '" max="' + str(maxval) + '">&nbsp;METER VISUALISATION AVAILABLE IN GOOGLE CHROME&nbsp;</meter></td>'

def __generateOffsetText__(self, offsettext):
#########['id','basis','filename','filesize','offset']##########
Expand Down

0 comments on commit 5dee026

Please sign in to comment.