We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867859 commit 68dd2fdCopy full SHA for 68dd2fd
smd_tags.php
@@ -3210,7 +3210,7 @@ function smd_tags_url_handler($evt = null, $stp = null)
3210
$smd_tag = join('/', array_slice($parts, $pos));
3211
smd_tags_set($smd_tag_type, $smd_tag);
3212
$_SERVER['QUERY_STRING'] = $qatts;
3213
- $_SERVER['REQUEST_URI'] = $subpath . $parts[0]; // Drop back to section list mode
+ $_SERVER['REQUEST_URI'] = $subpath . $parts[0]. '/'; // Drop back to section list mode
3214
// $_SERVER['QUERY_STRING'] = $urlnam.'='.$smd_tag .a. $urltyp.'='.$smd_tag_type . $qatts;
3215
// $_SERVER['REQUEST_URI'] = $subpath . $parts[0] . '/?' . serverSet('QUERY_STRING');
3216
}
0 commit comments