File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 6767 p {
6868 margin: 1em 0;
6969 }
70-
70+
7171 dd > p:first-child,
7272 li > p:first-child {
7373 margin-top: 0;
7474 }
75-
75+
7676 ul, ol {
7777 margin-left: 0;
7878 padding-left: 2em;
7979 }
80-
80+
8181 li {
8282 margin: 0.25em 0 0.5em;
8383 padding: 0;
@@ -178,7 +178,7 @@ def build_index():
178178 for loc in html_locations :
179179 link = f" <li><a href='{ loc } /index.html'>{ loc } </a></li>\n "
180180 html = html + link
181-
181+
182182 html = html + html_footer
183183
184184 return html
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ def main():
140140
141141 print ("*" * 68 )
142142 print ("thanks for correctly bumping version and last modified date. :)" )
143- print ("don't forget to tag the release and to sync 'draft' with master!! :P" )
144143 print ("*" * 68 )
145144
146145
You can’t perform that action at this time.
0 commit comments