Overview
SHA1 Hash: | 980b160bd07a746750ab8e7cdbe4bc9bf5f0836e |
---|---|
Date: | 2009-11-02 13:19:44 |
User: | drh |
Comment: | Disable the external link marking as it does not work on windows. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/wikiformat.c from [0f09948df1] to [0e2f5af22b].
@@ -948,11 +948,11 @@ || strncmp(zTarget, "https:", 6)==0 || strncmp(zTarget, "ftp:", 4)==0 || strncmp(zTarget, "mailto:", 7)==0 ){ blob_appendf(p->pOut, "<a href=\"%s\">", zTarget); - zTerm = "⟾</a>"; + /* zTerm = "⟾</a>"; // doesn't work on windows */ }else if( zTarget[0]=='/' ){ if( 1 /* g.okHistory */ ){ blob_appendf(p->pOut, "<a href=\"%s%h\">", g.zBaseURL, zTarget); }else{ zTerm = "";