Changeset - dce69a410212
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-03-03 23:35:09
marcin@python-works.com
fixing typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/changelog/changelog.html
Show inline comments
 
@@ -175,7 +175,7 @@ ${_('%s Changelog') % c.repo_name} - ${c
 

	
 
                            var link = (rev_start == rev_end)
 
                              	? _TM['Show selected change __S']
 
                            	: _TM['Show selected changes __S -> __E']";
 
                            	: _TM['Show selected changes __S -> __E'];
 
                            
 
                            link = link.replace('__S',rev_start.substr(0,6));
 
                            link = link.replace('__E',rev_end.substr(0,6));
0 comments (0 inline, 0 general)