# HG changeset patch
# User bgruening
# Date 1744214004 0
# Node ID be2d899bf34a2dcf9ff77935211282b180d20a8c
# Parent  10ef1bf99074e3546720e176fb2b1d1f7ebc3394
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/diff commit 58a5eccb3ed4073ff53852a0d40af19d18c52790

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
@@ -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>
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
@@ -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
         }