| | @@ -121,14 +121,14 @@ |
| 121 | 121 | }else{ |
| 122 | 122 | @ <p class="noMoreShun">Artifact(s)<br> |
| 123 | 123 | for( p = zUuid ; *p ; p += strlen(p)+1 ){ |
| 124 | 124 | @ %s(p)<br> |
| 125 | 125 | } |
| 126 | | - @ will no longer be shunned. But they may not exist in the repository. |
| 127 | | - @ It may be necessary to rebuild the repository using the |
| 128 | | - @ <b>fossil rebuild</b> command-line before the artifact content |
| 129 | | - @ can pulled in from other repositories.</p> |
| 126 | + @ will no longer be shunned but they may not exist in the repository. |
| 127 | + @ It may be necessary to rebuild the repository |
| 128 | + @ before the artifact content can be pulled in |
| 129 | + @ from other repositories.</p> |
| 130 | 130 | } |
| 131 | 131 | } |
| 132 | 132 | if( zUuid && P("add") && cgi_csrf_safe(2) ){ |
| 133 | 133 | const char *p = zUuid; |
| 134 | 134 | int rid, tagid; |
| 135 | 135 | |