Changeset - 4df61d1bd2d5
[Not reviewed]
default
0 12 0
Mads Kiilerich - 11 years ago 2014-08-01 20:28:42
madski@unity3d.com
spelling: let's call it 'whitespace' without space or hyphen
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/files/diff_2way.html
Show inline comments
 
@@ -55,8 +55,8 @@ ${self.repo_context_bar('changelog')}
 
                      <a href="${h.url('files_diff_home',repo_name=c.repo_name,f_path=h.safe_unicode(c.node1.path),diff2=c.cs2.raw_id,diff1=c.cs1.raw_id,diff='download')}" class="tooltip" title="${h.tooltip(_('Download diff'))}">
 
                          <img class="icon" src="${h.url('/images/icons/page_save.png')}"/>
 
                      </a>
 
                      ${h.checkbox('ignorews', label=_('ignore white space'))}
 
                      ${h.checkbox('edit_mode', label=_('turn on edit mode'))}
 
                      ${h.checkbox('ignorews', label=_('Ignore whitespace'))}
 
                      ${h.checkbox('edit_mode', label=_('Edit'))}
 
                    </div>
 
                </div>
 
            </div>
0 comments (0 inline, 0 general)