gitweb.js: replace .innerHTML with .firstChild.data
commit3c63cee6343591ff17bc15ed7be648f3b9f13c68
authorKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 18:31:53 +0000 (19 11:31 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 19 Apr 2015 18:31:53 +0000 (19 11:31 -0700)
tree838f2977dee623788ba24bf21fc9d2ad367fceb4
parentbafda6c561662d07d7a54e0bbda272cf8b6acb8a
gitweb.js: replace .innerHTML with .firstChild.data

Replace the last of the old '.innerHTML' blame extra columns code
with '.firstChild.data' to make it standards-compatible and work
with more user agents.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/static/js/blame_incremental.js