Fossil SCM
Minor fix for [3d80481216]: Remove a duplicate "size" attribute, and insert a space before the backslash indicating line continuation, or the src/translate.c preprocessing utility will glue the lines together without any space in between.
Commit
1422b02222558f6611140c2625977d375553b4fcadeb3d0b73ceecdae487764a
Parent
6ba0e14df781491…
1 file changed
+1
-1
+1
-1
| --- src/login.c | ||
| +++ src/login.c | ||
| @@ -1736,11 +1736,11 @@ | ||
| 1736 | 1736 | if( iErrLine==5 ){ |
| 1737 | 1737 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1738 | 1738 | } |
| 1739 | 1739 | @ <tr> |
| 1740 | 1740 | @ <td class="form_label" align="right">Captcha:</td> |
| 1741 | - @ <td><input type="text" name="captcha" size="30"\ | |
| 1741 | + @ <td><input type="text" name="captcha" \ | |
| 1742 | 1742 | @ value="%h(captchaIsCorrect?zDecoded:"")" size="30"> |
| 1743 | 1743 | captcha_speakit_button(uSeed, "Speak the captcha text"); |
| 1744 | 1744 | @ </td> |
| 1745 | 1745 | @ </tr> |
| 1746 | 1746 | if( iErrLine==6 ){ |
| 1747 | 1747 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1736,11 +1736,11 @@ | |
| 1736 | if( iErrLine==5 ){ |
| 1737 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1738 | } |
| 1739 | @ <tr> |
| 1740 | @ <td class="form_label" align="right">Captcha:</td> |
| 1741 | @ <td><input type="text" name="captcha" size="30"\ |
| 1742 | @ value="%h(captchaIsCorrect?zDecoded:"")" size="30"> |
| 1743 | captcha_speakit_button(uSeed, "Speak the captcha text"); |
| 1744 | @ </td> |
| 1745 | @ </tr> |
| 1746 | if( iErrLine==6 ){ |
| 1747 |
| --- src/login.c | |
| +++ src/login.c | |
| @@ -1736,11 +1736,11 @@ | |
| 1736 | if( iErrLine==5 ){ |
| 1737 | @ <tr><td><td><span class='loginError'>↑ %h(zErr)</span></td></tr> |
| 1738 | } |
| 1739 | @ <tr> |
| 1740 | @ <td class="form_label" align="right">Captcha:</td> |
| 1741 | @ <td><input type="text" name="captcha" \ |
| 1742 | @ value="%h(captchaIsCorrect?zDecoded:"")" size="30"> |
| 1743 | captcha_speakit_button(uSeed, "Speak the captcha text"); |
| 1744 | @ </td> |
| 1745 | @ </tr> |
| 1746 | if( iErrLine==6 ){ |
| 1747 |