nodebb-plugin-onekite-calendar 2.0.37 → 2.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-onekite-calendar",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "description": "FullCalendar-based equipment reservation workflow with admin approval & HelloAsso payment for NodeBB",
5
5
  "main": "library.js",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -39,5 +39,5 @@
39
39
  "acpScripts": [
40
40
  "public/admin.js"
41
41
  ],
42
- "version": "2.0.37"
42
+ "version": "2.0.38"
43
43
  }
@@ -19,11 +19,11 @@
19
19
  <!-- ENDIF pickupTime -->
20
20
 
21
21
  <!-- IF pickupAddress -->
22
- <p><strong>Adresse de récupération :</strong><br>{pickupAddress}</p>
22
+ <p><strong>Adresse de récupération :</strong> {pickupAddress}</p>
23
23
  <!-- ENDIF pickupAddress -->
24
24
 
25
25
  <!-- IF mapUrl -->
26
- <p style="font-size: 12px; color: #666;"><strong>Voir sur la carte :</strong> <a href="{mapUrl}">OpenStreetMap</a</p>
26
+ <p style="font-size: 12px; color: #666;"><strong>Voir sur la carte :</strong> <a href="{mapUrl}">OpenStreetMap</a></p>
27
27
  <!-- ENDIF mapUrl -->
28
28
 
29
29
  <!-- IF notes -->
@@ -15,7 +15,7 @@
15
15
  <!-- ENDIF pickupTime -->
16
16
 
17
17
  <!-- IF pickupAddress -->
18
- <p><strong>Adresse de récupération :</strong><br>{pickupAddress}</p>
18
+ <p><strong>Adresse de récupération :</strong> {pickupAddress}</p>
19
19
  <!-- ENDIF pickupAddress -->
20
20
 
21
21
  <!-- IF mapUrl -->