Fossil SCM
moved attribute bgcolor to css
Commit
720fa53d1f2ceeb3f22712529c5d31147170749f
Parent
454658c0b066722…
1 file changed
+2
-2
+2
-2
| --- src/report.c | ||
| +++ src/report.c | ||
| @@ -723,11 +723,11 @@ | ||
| 723 | 723 | |
| 724 | 724 | /* Output the data for this entry from the database |
| 725 | 725 | */ |
| 726 | 726 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 727 | 727 | if( zBg==0 ) zBg = "white"; |
| 728 | - @ <tr bgcolor="%h(zBg)"> | |
| 728 | + @ <tr style="background-color:%h(zBg)"> | |
| 729 | 729 | zTid = 0; |
| 730 | 730 | zPage[0] = 0; |
| 731 | 731 | for(i=0; i<nArg; i++){ |
| 732 | 732 | char *zData; |
| 733 | 733 | if( i==pState->iBg ) continue; |
| @@ -738,11 +738,11 @@ | ||
| 738 | 738 | @ <td valign="top"><a href="tktedit/%h(zTid)">edit</a></td> |
| 739 | 739 | zTid = 0; |
| 740 | 740 | } |
| 741 | 741 | if( zData[0] ){ |
| 742 | 742 | Blob content; |
| 743 | - @ </tr><tr bgcolor="%h(zBg)"><td colspan=%d(pState->nCol)> | |
| 743 | + @ </tr><tr style="background-color:%h(zBg)"><td colspan=%d(pState->nCol)> | |
| 744 | 744 | blob_init(&content, zData, -1); |
| 745 | 745 | wiki_convert(&content, 0, 0); |
| 746 | 746 | blob_reset(&content); |
| 747 | 747 | } |
| 748 | 748 | }else if( azName[i][0]=='#' ){ |
| 749 | 749 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -723,11 +723,11 @@ | |
| 723 | |
| 724 | /* Output the data for this entry from the database |
| 725 | */ |
| 726 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 727 | if( zBg==0 ) zBg = "white"; |
| 728 | @ <tr bgcolor="%h(zBg)"> |
| 729 | zTid = 0; |
| 730 | zPage[0] = 0; |
| 731 | for(i=0; i<nArg; i++){ |
| 732 | char *zData; |
| 733 | if( i==pState->iBg ) continue; |
| @@ -738,11 +738,11 @@ | |
| 738 | @ <td valign="top"><a href="tktedit/%h(zTid)">edit</a></td> |
| 739 | zTid = 0; |
| 740 | } |
| 741 | if( zData[0] ){ |
| 742 | Blob content; |
| 743 | @ </tr><tr bgcolor="%h(zBg)"><td colspan=%d(pState->nCol)> |
| 744 | blob_init(&content, zData, -1); |
| 745 | wiki_convert(&content, 0, 0); |
| 746 | blob_reset(&content); |
| 747 | } |
| 748 | }else if( azName[i][0]=='#' ){ |
| 749 |
| --- src/report.c | |
| +++ src/report.c | |
| @@ -723,11 +723,11 @@ | |
| 723 | |
| 724 | /* Output the data for this entry from the database |
| 725 | */ |
| 726 | zBg = pState->iBg>=0 ? azArg[pState->iBg] : 0; |
| 727 | if( zBg==0 ) zBg = "white"; |
| 728 | @ <tr style="background-color:%h(zBg)"> |
| 729 | zTid = 0; |
| 730 | zPage[0] = 0; |
| 731 | for(i=0; i<nArg; i++){ |
| 732 | char *zData; |
| 733 | if( i==pState->iBg ) continue; |
| @@ -738,11 +738,11 @@ | |
| 738 | @ <td valign="top"><a href="tktedit/%h(zTid)">edit</a></td> |
| 739 | zTid = 0; |
| 740 | } |
| 741 | if( zData[0] ){ |
| 742 | Blob content; |
| 743 | @ </tr><tr style="background-color:%h(zBg)"><td colspan=%d(pState->nCol)> |
| 744 | blob_init(&content, zData, -1); |
| 745 | wiki_convert(&content, 0, 0); |
| 746 | blob_reset(&content); |
| 747 | } |
| 748 | }else if( azName[i][0]=='#' ){ |
| 749 |