In the following code:
{if previous_page}<a href="http://{auto_path}">Previous</a>{/if}{if previous_page && next_page} / {/if}{if next_page}<a href="http://{auto_path}">Next</a>{/if}“NextPrevious” is displayed, even though there is obviously both a previous and next page. Why does it refuse to display the slash?