diff --git a/htdocs/1.1/legislators.php b/htdocs/1.1/legislators.php index 431fc3c..4dd18bb 100644 --- a/htdocs/1.1/legislators.php +++ b/htdocs/1.1/legislators.php @@ -66,7 +66,7 @@ * Generate the URL for this legislator on the site. */ $legislator['site_url'] = 'https://www.richmondsunlight.com/legislator/' - . $legislator['shortname']; + . $legislator['shortname'] . '/'; /* * We publicly call the shortname the "ID," so swap them out.