Fossil SCM
Minor doc fix.
Commit
ae594780d1729f235438a0e63781441df58a0ef77b5a1c70e6938aa337293096
Parent
b46d11b871ef23d…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1386,11 +1386,11 @@ | ||
| 1386 | 1386 | ** zTooltip is an optional value for the SELECT's title attribute. |
| 1387 | 1387 | ** |
| 1388 | 1388 | ** The structure of the emitted HTML is: |
| 1389 | 1389 | ** |
| 1390 | 1390 | ** <span class='input-with-label' title={{zToolTip}} id={{zWrapperId}}> |
| 1391 | -** <label for='SELECT ELEMENT ID'>{{zLabel}}</span> | |
| 1391 | +** <label for='SELECT ELEMENT ID'>{{zLabel}}</label> | |
| 1392 | 1392 | ** <select id='RANDOM ID' name={{zFieldName}}>...</select> |
| 1393 | 1393 | ** </span> |
| 1394 | 1394 | ** |
| 1395 | 1395 | ** Example: |
| 1396 | 1396 | ** |
| 1397 | 1397 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1386,11 +1386,11 @@ | |
| 1386 | ** zTooltip is an optional value for the SELECT's title attribute. |
| 1387 | ** |
| 1388 | ** The structure of the emitted HTML is: |
| 1389 | ** |
| 1390 | ** <span class='input-with-label' title={{zToolTip}} id={{zWrapperId}}> |
| 1391 | ** <label for='SELECT ELEMENT ID'>{{zLabel}}</span> |
| 1392 | ** <select id='RANDOM ID' name={{zFieldName}}>...</select> |
| 1393 | ** </span> |
| 1394 | ** |
| 1395 | ** Example: |
| 1396 | ** |
| 1397 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1386,11 +1386,11 @@ | |
| 1386 | ** zTooltip is an optional value for the SELECT's title attribute. |
| 1387 | ** |
| 1388 | ** The structure of the emitted HTML is: |
| 1389 | ** |
| 1390 | ** <span class='input-with-label' title={{zToolTip}} id={{zWrapperId}}> |
| 1391 | ** <label for='SELECT ELEMENT ID'>{{zLabel}}</label> |
| 1392 | ** <select id='RANDOM ID' name={{zFieldName}}>...</select> |
| 1393 | ** </span> |
| 1394 | ** |
| 1395 | ** Example: |
| 1396 | ** |
| 1397 |