fix: render driver license as bold HTML instead of escaped text
- Move <strong> tags from data to template for proper HTML rendering - Update both English and Spanish data files to use plain text - Template now wraps license type in <strong> tags
This commit is contained in:
+1
-1
@@ -914,7 +914,7 @@
|
||||
}
|
||||
],
|
||||
"other": {
|
||||
"driverLicense": "<strong>Tipo B</strong>"
|
||||
"driverLicense": "Tipo B"
|
||||
},
|
||||
"meta": {
|
||||
"version": "2025-11-09",
|
||||
|
||||
Reference in New Issue
Block a user