Remove HTML-formatted man pages

This commit is contained in:
Yorhel 2016-10-03 20:04:23 +02:00
parent aa94548c71
commit 7e17853326
3 changed files with 6 additions and 1 deletions

View file

@ -296,7 +296,7 @@ dsInit(byId('q'), '/xml/search.xml?q=', function(item, tr) {
},
function(item) {
searchRedir = true;
location.href = '/'+item.getAttribute('name')+'.'+item.getAttribute('section').substr(0,1);
location.href = '/'+item.getAttribute('name')+'.'+item.getAttribute('section');
return item.getAttribute('name')+'('+item.getAttribute('section')+')';
},
function() {