]> BookStack Code Mirror - bookstack/commit
Prevented mulitple hypens incorrectly in slug
authorDan Brown <redacted>
Sat, 11 Nov 2017 16:27:29 +0000 (16:27 +0000)
committerDan Brown <redacted>
Sat, 11 Nov 2017 16:27:29 +0000 (16:27 +0000)
commit711ba258f11633f747a652806ad2c19e1743ac7c
treec5175ef8cab6a6b0e650b63e546eccf751de0d2d
parentdf4d4f30f1692f77fd6e84cfa4558d14fa3e7170
Prevented mulitple hypens incorrectly in slug

Added test to check slug format.
Fixes #589
app/Repos/EntityRepo.php
tests/Entity/EntityTest.php