6d0217 fix 'path' is undefined in blame.html template

1 file Authored by Stefan Bühler 6 years ago , Committed by Pierre-Yves Chibon 6 years ago ,
    fix 'path' is undefined in blame.html template
    
    setting path only in the loop restricts its scope to the loop body; so
    it will start undefined in each iteration.
    
    set it outside (to any value) to make it last through all iterations.
    
        
file modified
+1 -0