Not mentioning page number wiht any citations from the same Page after each other
When I cite the same page many times after each other it does not mention the page number. I'm using a style called Sascha Forester (I did some modification on it). Is this thing from the programm itself or is it related to the citation style? If it's related to the citaion style how can I force it to mention page number?
<if position="ibid-with-locator">
<text term="ibid"/>
<text macro="citation-locator" prefix=", "/>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
to
<if position="ibid-with-locator ibid" match="any">
<text term="ibid"/>
<text macro="citation-locator" prefix=", "/>
</if>