mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
Some content list edit styling
This commit is contained in:
@@ -56,7 +56,7 @@ func (a *Agent) SetURI(uri string) {
|
||||
}
|
||||
|
||||
func (a *Agent) BiographicalData() string {
|
||||
return a.GetString(AGENTS_BIOGRAPHICAL_DATA_FIELD)
|
||||
return strings.TrimSpace(a.GetString(AGENTS_BIOGRAPHICAL_DATA_FIELD))
|
||||
}
|
||||
|
||||
func (a *Agent) SetBiographicalData(biographicalData string) {
|
||||
|
||||
Reference in New Issue
Block a user