Skip to content

Commit 5a5e2f4

Browse files
committed
Also add trailing slash to section landing pages
1 parent 68dd2fd commit 5a5e2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smd_tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,7 @@ function smd_tags_url_handler($evt = null, $stp = null)
32223222
$smd_tag_type = (empty($theType) && empty($smd_tag)) ? '' : ((in_array($theType, $validTypes)) ? $theType : $validTypes[0]);
32233223
smd_tags_set($smd_tag_type, $smd_tag);
32243224
$_SERVER['QUERY_STRING'] = (($permlink_mode == 'messy') ? $urlnam.'='.$smd_tag .a. $urltyp.'='.$smd_tag_type : '') . $qatts;
3225-
$_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '');
3225+
$_SERVER['REQUEST_URI'] = $subpath . $parts[0] . (($permlink_mode == 'messy') ? '/?' . serverSet('QUERY_STRING') : '/');
32263226
}
32273227
}
32283228

0 commit comments

Comments
 (0)