mirror of https://github.com/qwqdanchun/nps.git
Merge pull request #750 from hellodword/patch-1
enable comment of conf titles
This commit is contained in:
commit
9d5c3fd870
|
@ -302,7 +302,7 @@ func delLocalService(s string) *LocalServer {
|
|||
|
||||
func getAllTitle(content string) (arr []string, err error) {
|
||||
var re *regexp.Regexp
|
||||
re, err = regexp.Compile(`\[.+?\]`)
|
||||
re, err = regexp.Compile(`(?m)^\[[^\[\]\r\n]+\]`)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue