Skip to content

Commit

Permalink
Update Like header size
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunYen-Chen committed Jan 27, 2025
1 parent c42c98f commit 440f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/wiki/sync_test_problem_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def CopyAndAddMsg( filename, target ):

link_msg = r''
link_msg += r'\\n'
link_msg += r'## Links\n'
link_msg += r'# Links\n'
link_msg += r'[[Main page of Test Problems | Test-Problems]]\n'

status = subprocess.call( ["cp", filename, target] )
Expand Down

0 comments on commit 440f870

Please sign in to comment.