# HG changeset patch # User bgruening # Date 1744213993 0 # Node ID 541b86bad9438aca1a8642747df91c145d57016e # Parent 07a800aeafa08d7183f8bc06695f103d1335e70a planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 58a5eccb3ed4073ff53852a0d40af19d18c52790 diff -r 07a800aeafa0 -r 541b86bad943 diff.xml --- a/diff.xml Mon Dec 09 14:36:32 2024 +0000 +++ b/diff.xml Wed Apr 09 15:53:13 2025 +0000 @@ -2,7 +2,7 @@ analyzes two files and generates an unidiff text file with information about the differences and an optional Html report 3.10 - 0 + 1 diffutils diff -r 07a800aeafa0 -r 541b86bad943 template.html --- a/template.html Mon Dec 09 14:36:32 2024 +0000 +++ b/template.html Wed Apr 09 15:53:13 2025 +0000 @@ -167,7 +167,7 @@ .d2h-diff-table { width: 100%; border-collapse: collapse; - font-family: Menlo, Consolas, monospace; + font-family: "Noto Sans Mono CJK TC", Menlo, Consolas, monospace; font-size: 13px }