Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f747eb7

Browse files
committed
details tag on history report
1 parent 4b599d7 commit f747eb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

diff.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ def compare_package_indexes(
255255
" distribution since version %s."
256256
% (architecture, version1 + flavor1),
257257
"",
258+
"<details>",
258259
"",
259260
]
260261
)
@@ -288,7 +289,7 @@ def compare_package_indexes(
288289
+ '\r\n\r\n'
289290
+ py_text
290291
)
291-
text += '* * *\r\n'
292+
text += '\r\n</details>\r\n* * *\r\n'
292293
return text
293294

294295

0 commit comments

Comments
 (0)