<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/94a9ce213964dad1704fc2869ee1ac5b38b35906" style="text-decoration: none; font-weight: bold; color: #573;">templates: reduce html errors/warnings</a></h1>
<div id="body">
domruf committed on 2017-01-11 21:23:35<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/94a9ce213964dad1704fc2869ee1ac5b38b35906">94a9ce21</a><pre>templates: reduce html errors/warnings

 M kallithea/templates/about.html (2 lines added, 2 lines removed)
 M kallithea/templates/admin/repos/repo_edit_fields.html (6 lines added, 5 lines removed)
 M kallithea/templates/admin/repos/repo_edit_remote.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_vcs.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/changeset_file_comment.html (1 lines added, 1 lines removed)
 M kallithea/templates/changeset/diff_block.html (10 lines added, 10 lines removed)
 M kallithea/templates/files/files_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_data.html (2 lines added, 2 lines removed)
 M kallithea/templates/search/search_commit.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/b6eba3ea7af99faa530f6942ef24ed0424d4bf18" style="text-decoration: none; font-weight: bold; color: #573;">datatables: use more robust filter function for filtering repository names  This way it does not depend on a class attribute and it is more clear what it does.</a></h1>
<div id="body">
domruf committed on 2016-12-22 12:00:54<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b6eba3ea7af99faa530f6942ef24ed0424d4bf18">b6eba3ea</a><pre>datatables: use more robust filter function for filtering repository names<br /><br />This way it does not depend on a class attribute and it is more clear what it<br />does.

 M kallithea/model/repo.py (1 lines added, 0 lines removed)
 M kallithea/templates/index_base.html (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/e2739d57f1536d04b71c332da94a90b289f2a139" style="text-decoration: none; font-weight: bold; color: #573;">datatables: fix repo group sorting of repo name, last change and tip - indices were off by one  'orderData: 0' would be interpreted as false - thus we use th...</a></h1>
<div id="body">
domruf committed on 2016-12-22 12:19:23<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e2739d57f1536d04b71c332da94a90b289f2a139">e2739d57</a><pre>datatables: fix repo group sorting of repo name, last change and tip - indices were off by one<br /><br />'orderData: 0' would be interpreted as false - thus we use the<br />'orderData: [0,]' syntax.

 M kallithea/templates/index_base.html (3 lines added, 3 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>