Actions
Patch #32835
closedMake breadcrumbs of repository browser copy-paste friendly
Description
Currently, the breadcrumbs list in the repository browser is not copy-paste friendly.
Suppose that the page shows "root/subversion_test/helloworld.c". When you copy & paste the breadcrumbs, the pasted text will be "root / subversion_test / helloworld.c". The problem is that it has unnecessary white-spaces around slashes. But I think probably the text you want to be pasted is "root/subversion_test/helloworld.c" (without white-spaces).
This patch removes the superfluous spaces that surround "/" from the pasted text.
Files
Actions