File: reproducible.patch

package info (click to toggle)
plastex 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,740 kB
  • sloc: python: 20,923; xml: 18,043; ansic: 46; makefile: 34; sh: 23
file content (11 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/plasTeX/Renderers/XHTML/CHM.zpts
+++ b/plasTeX/Renderers/XHTML/CHM.zpts
@@ -101,7 +101,7 @@
 Help="<span tal:replace='self/title/textContent'>My Title</span>","chm.hhc","chm.hhk","index.html","index.html",,,,,0x73520,,0x383e,[200,200,1000,800],,,,,,,0
 
 [FILES]
-<metal:block tal:repeat="file templates/files/values"><span tal:replace="file">myhtml.htm</span>
+<metal:block tal:define="files templates/files/values; sorted_files python:sequence.sort(files)" tal:repeat="file sorted_files"><span tal:replace="file">myhtml.htm</span>
 </metal:block>
 
 [MERGE FILES]