web commit by joey

master
joey 2006-09-07 15:39:05 +00:00
parent e7ff9acf86
commit cd5f2eadd9
1 changed files with 2 additions and 2 deletions

View File

@ -167,9 +167,9 @@ This hook is called wheneven ikiwiki normally saves its state, just before
the state is saved. The function can save other state, modify values before the state is saved. The function can save other state, modify values before
they're saved, etc. they're saved, etc.
## Error handing # Error handing
While a plugin can call ikiwiki's error routine for a fatal error, for While a plugin can call ikiwiki's `error` routine for a fatal error, for
errors that aren't intended to halt the entire wiki build, including bad errors that aren't intended to halt the entire wiki build, including bad
parameters passed to a [[PreProcessorDirective]], etc, it's better to just parameters passed to a [[PreProcessorDirective]], etc, it's better to just
return the error message as the output of the plugin. return the error message as the output of the plugin.