Skip to content

Commit

Permalink
Add a trailing slash to the legislator URL
Browse files Browse the repository at this point in the history
Toward #5.
  • Loading branch information
waldoj committed Jan 2, 2018
1 parent 454e1c5 commit 5037ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/1.1/legislators.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5037ed9

Please sign in to comment.