From 47c45f4b94620c34980ac4a9090191af58acbe21 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 17 Jun 2020 14:29:12 -0400 Subject: [PATCH] Fix lint errors --- modules/ui/settings/custom_background.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ui/settings/custom_background.js b/modules/ui/settings/custom_background.js index 1c15ba197..eb1902857 100644 --- a/modules/ui/settings/custom_background.js +++ b/modules/ui/settings/custom_background.js @@ -34,20 +34,20 @@ export function uiSettingsCustomBackground() { var instructions = `${t('settings.custom_background.instructions.info')}\n` + - `\n` + + '\n' + `#### ${t('settings.custom_background.instructions.wms.tokens_label')}\n` + `* ${t('settings.custom_background.instructions.wms.tokens.proj')}\n` + `* ${t('settings.custom_background.instructions.wms.tokens.wkid')}\n` + `* ${t('settings.custom_background.instructions.wms.tokens.dimensions')}\n` + `* ${t('settings.custom_background.instructions.wms.tokens.bbox')}\n` + - `\n` + + '\n' + `#### ${t('settings.custom_background.instructions.tms.tokens_label')}\n` + `* ${t('settings.custom_background.instructions.tms.tokens.xyz')}\n` + `* ${t('settings.custom_background.instructions.tms.tokens.flipped_y')}\n` + `* ${t('settings.custom_background.instructions.tms.tokens.switch')}\n` + `* ${t('settings.custom_background.instructions.tms.tokens.quadtile')}\n` + `* ${t('settings.custom_background.instructions.tms.tokens.scale_factor')}\n` + - `\n` + + '\n' + `#### ${t('settings.custom_background.instructions.example')}\n` + `\`${example}\``;