mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
loleaflet: bccu#1813 workaround for double encoding in cp-5.0 branch
This commit is contained in:
@ -105,6 +105,7 @@ L.Control.ContextMenu = L.Control.extend({
|
||||
}
|
||||
|
||||
itemName = item.text.replace('~', '');
|
||||
itemName = itemName.replace('°', '°'); // bccu#1813 double encoding in cp-5.0 branch only
|
||||
contextMenu[item.command] = {
|
||||
name: _(itemName)
|
||||
};
|
||||
|
Reference in New Issue
Block a user