From 6025ab85950a0ddafcae1ac4c9475516c3c2dc69 Mon Sep 17 00:00:00 2001
From: Justin Foell <630830+jrfoell@users.noreply.github.com>
Date: Fri, 30 Apr 2021 16:23:31 -0500
Subject: [PATCH] Add missing closing li tags :O
---
src/WPStrava/Settings.php | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/src/WPStrava/Settings.php b/src/WPStrava/Settings.php
index cd341c2..442a784 100644
--- a/src/WPStrava/Settings.php
+++ b/src/WPStrava/Settings.php
@@ -131,17 +131,18 @@ class WPStrava_Settings {
__(
"
Steps:
- - Create your free API Application/Connection here: %2\$s using the following information:
-
- - App Icon: upload this image
- - Application Name: %4\$s
- - Category: OK to leave at default 'other'
- - Club: OK to leave blank
- - Website: %5\$s
- - Application Description: %6\$s
- - Authorization Callback Domain: %7\$s
-
- - Once you've created your API Application at strava.com, enter the Client ID and Client Secret below, which can now be found on that same strava API Settings page.
+
- Create your free API Application/Connection here: %2\$s using the following information:
+
+ - App Icon: upload this image
+ - Application Name: %4\$s
+ - Category: OK to leave at default 'other'
+ - Club: OK to leave blank
+ - Website: %5\$s
+ - Application Description: %6\$s
+ - Authorization Callback Domain: %7\$s
+
+
+ - Once you've created your API Application at strava.com, enter the Client ID and Client Secret below, which can now be found on that same strava API Settings page.
- After saving your Client ID and Secret, you'll be redirected to strava to authorize your API Application. If successful, your Strava ID will display in a table, next to your nickname.
- If you need to re-authorize your API Application, erase your Strava ID next to your nickname and click 'Save Changes' to start over.
",
@@ -172,7 +173,7 @@ class WPStrava_Settings {
"Steps:
- To use Google map images, you must create a Static Maps API Key. Create a free key by going here: %2\$s and clicking Get a Key
- - Once you've created your Google Static Maps API Key, enter the key below.
+
- Once you've created your Google Static Maps API Key, enter the key below.
",
'wp-strava'
),