commit | c4703df3b9228cb96cd722231129ef8058970692 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Tue Jan 27 15:12:46 2015 +0100 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Tue Jan 27 16:39:10 2015 +0100 |
tree | c6fdb7dc8e3b4a4cf7cda77f98888a96048b2e25 | |
parent | f315ea0c85bac9c1267afb873c1eb2eaf074e874 [diff] |
Fix applying of formatter CSS in preview diff screens The formatter CSS was contained in the HTML head, but when computing the HTML diff with daisydiff, daisydiff removes everything in the HTML head. Hence the formatter CSS was gone. Fix this by putting the formatter CSS into the HTML body instead. Change-Id: Ie24abbbe9793561fc38c40467a5bdf05381aea2c Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>