Fix bad URL in /browse/All#1605
Conversation
|
I tried your fix and i see no difference in URL display with existing code, and the spacing after "Home" is needless as it was without space intentionally. Am i missing something here? |
|
It only fixes the url (when you click on "All" word) Do not forget to delete temp smarty cache https://github.com/NNTmux/newznab-tmux/wiki/Dev-notes#working-on-tpl-files 😬 |
You do realize there are commands for this?
Btw, i still have the same error with your fix :( |
I've not idea why :( it fixes correctly on my side |
I fix the case of
/browse/Allbrowse//All%7DBe careful that in this case, we see
Home / / AllThe double
//is because in case of theAllthere is no$parentcatIf we really change
&& $catname != 'all'to&& $catname != 'All', we would seeHome / /So I didn't fix that