Subversion Repositories wimsdev

Rev

Rev 9092 | Rev 11586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9092 Rev 11124
Line 125... Line 125...
125
    if(*pp=='\'') {
125
    if(*pp=='\'') {
126
        pp=strchr(pp+1,'\'');
126
        pp=strchr(pp+1,'\'');
127
        if(pp==NULL) return p+strlen(p); else continue;
127
        if(pp==NULL) return p+strlen(p); else continue;
128
    }
128
    }
129
    }
129
    }
130
    if(*pp=='>') pp++; return pp;
130
    if(*pp=='>') pp++;
-
 
131
    return pp;
131
}
132
}
132
 
133
 
133
char *find_tag(char *p, char *tag)
134
char *find_tag(char *p, char *tag)
134
{
135
{
135
    char *pp;
136
    char *pp;