Repository 'diff'
hg clone https://toolshed.g2.bx.psu.edu/repos/bgruening/diff

Changeset 5:be2d899bf34a (2025-04-09)
Previous changeset 4:10ef1bf99074 (2024-12-09)
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 58a5eccb3ed4073ff53852a0d40af19d18c52790
modified:
diff.xml
template.html
b
diff -r 10ef1bf99074 -r be2d899bf34a diff.xml
--- a/diff.xml Mon Dec 09 14:36:40 2024 +0000
+++ b/diff.xml Wed Apr 09 15:53:24 2025 +0000
b
@@ -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>
b
diff -r 10ef1bf99074 -r be2d899bf34a template.html
--- a/template.html Mon Dec 09 14:36:40 2024 +0000
+++ b/template.html Wed Apr 09 15:53:24 2025 +0000
b
@@ -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
         }