Skip to content

Commit

Permalink
Also add trailing slash to section landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloke committed May 30, 2020
1 parent 68dd2fd commit 5a5e2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smd_tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -3222,7 +3222,7 @@ function smd_tags_url_handler($evt = null, $stp = null)
$smd_tag_type = (empty($theType) && empty($smd_tag)) ? '' : ((in_array($theType, $validTypes)) ? $theType : $validTypes[0]);
smd_tags_set($smd_tag_type, $smd_tag);
$_SERVER['QUERY_STRING'] = (($permlink_mode == 'messy') ? $urlnam.'='.$smd_tag .a. $urltyp.'='.$smd_tag_type : '') . $qatts;
$_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '');
$_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '/');
}
}

Expand Down

0 comments on commit 5a5e2f4

Please sign in to comment.