Index: geshifilter.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geshifilter/geshifilter.pages.inc,v
retrieving revision 1.3
diff -r1.3 geshifilter.pages.inc
75c75
<   return '[geshifilter-'. $match[2] . $match[3] .']'
---
>   return '<geshifilter><'. $match[2] . $match[3] .'>'
77c77
<     .'[/geshifilter-'. $match[2] .']';
---
>     .'</'. $match[2] .'></geshifilter>';
84c84
<   return '[geshifilter-questionmarkphp]'
---
>   return '<geshifilter><questionmarkphp>'
86c86
<     .'[/geshifilter-questionmarkphp]';
---
>     .'</questionmarkphp></geshifilter>';
110c110
<   $pattern = '#\\[geshifilter-('. $tags_string .')([^\\]]*)\\](.*?)(\\[/geshifilter-\1\\])#s';
---
>   $pattern = '#<geshifilter><('. $tags_string .')([^>]*)>(.*?)(</\1></geshifilter>)#s';
