We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b599d7 commit f747eb7Copy full SHA for f747eb7
1 file changed
diff.py
@@ -255,6 +255,7 @@ def compare_package_indexes(
255
" distribution since version %s."
256
% (architecture, version1 + flavor1),
257
"",
258
+ "<details>",
259
260
]
261
)
@@ -288,7 +289,7 @@ def compare_package_indexes(
288
289
+ '\r\n\r\n'
290
+ py_text
291
- text += '* * *\r\n'
292
+ text += '\r\n</details>\r\n* * *\r\n'
293
return text
294
295
0 commit comments