aboutsummaryrefslogtreecommitdiff
path: root/backend/section.go
diff options
context:
space:
mode:
Diffstat (limited to 'backend/section.go')
-rw-r--r--backend/section.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/section.go b/backend/section.go
index a22d286..4011e5b 100644
--- a/backend/section.go
+++ b/backend/section.go
@@ -193,6 +193,7 @@ func (s *Section) handleOne(w http.ResponseWriter, r *http.Request) {
return
}
}
+ d.section = s.Name[:len(s.Name)-1]
d.handleGeneric(w, r, "data", d)
}