Mercurial > repos > bgruening > diff
changeset 5:541b86bad943 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 58a5eccb3ed4073ff53852a0d40af19d18c52790
author | bgruening |
---|---|
date | Wed, 09 Apr 2025 15:53:13 +0000 |
parents | 07a800aeafa0 |
children | |
files | diff.xml template.html |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <description>analyzes two files and generates an unidiff text file with information about the differences and an optional Html report</description> <macros> <token name="@TOOL_VERSION@">3.10</token> - <token name="@GALAXY_VERSION@">0</token> + <token name="@GALAXY_VERSION@">1</token> </macros> <requirements> <requirement type="package" version="@TOOL_VERSION@">diffutils</requirement>
--- 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 }