Fixed unclosed href, bumped version, updated readme

This commit is contained in:
Justin Foell
2018-02-23 10:13:15 -06:00
parent 6f41a05520
commit 7619979072
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ class WPStrava_ActivityShortcode {
</table>
<a title="' . $activity_details->name . '" href="' . WPStrava_Activity::ACTIVITIES_URL . $activity_details->id . '">' .
WPStrava_StaticMap::get_image_tag( $activity_details, $map_height, $map_width, $atts['markers'] ) .
'</div>';
'</a>
</div>';
} // End if( $activity_details ).
}