MattHeard / Dendrite

Write an interactive adventure story with the rest of the world
MIT License
2 stars 0 forks source link

`/alt` should display error if `p` is `0`. #178

Closed MattHeard closed 10 years ago

MattHeard commented 10 years ago

The p parameter for /alt is turned into a PageId. All invalid PageId strings are set to 0. Therefore, the /alt page should detect whether the page ID is invalid and then print a useful error message.