Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
ugly++
Browse files Browse the repository at this point in the history
  • Loading branch information
rep committed Feb 24, 2015
1 parent 22df1b2 commit 716b31e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/static/js/hexdump.js
Expand Up @@ -111,8 +111,7 @@ var Hexy = function (buffer, config) {
if (self.annotate === "ascii") {
str+=" "
var ascii = raw.replace(/[\000-\040\177-\377]/g, ".")
if (self.html) {str += escape(ascii)}
else { str += ascii }
str += escape(ascii)
}
if (self.html) {
str += "</div>\n"
Expand Down

0 comments on commit 716b31e

Please sign in to comment.