Skip to content

Base_getZODBHistoryList: add a space between "key:" and "value"

Jérome Perrin requested to merge feat/Base_getZODBHistoryList_space into master

this makes it easier to select the value by copy and paste. Without the space, when double clicking on "value" in "key:value", all "key:value" gets selected, with the space, only "value" gets selected.

Merge request reports