pull a bunch of small fixes from #659

This commit is contained in:
Shish
2019-06-14 13:16:58 +01:00
parent 5765978afd
commit f078b283bd
13 changed files with 61 additions and 61 deletions

View File

@ -491,8 +491,8 @@ class Wiki extends Extension
return "--- $value\n";
break;
default:
throw new Exception("stat needs to be =, + or -");
default:
throw new Exception("stat needs to be =, + or -");
}
}
// }}}