Skip to content

Commit

Permalink
WFS: take correctly into account XML comments in filters (#4986)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 9, 2014
1 parent 642f5e7 commit 26f5630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapwfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ static char** msWFSSplitFilters(const char* pszStr, int* pnTokens)
bInBracket = TRUE;
if( pszStr[1] == '/' )
nXMLIndent --;
else
else if( pszStr[1] != '!' )
nXMLIndent ++;
}
/* <something /> case */
Expand Down
2 changes: 1 addition & 1 deletion msautotest
Submodule msautotest updated from 82da5a to b6738f

0 comments on commit 26f5630

Please sign in to comment.