From 64623f329e654af41755f8c44430a1f3ea16aaf7 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Nov 2020 16:35:57 +0100 Subject: [PATCH] ui: recommit onlinehelp now that the last commit fixed the title generation Signed-off-by: Thomas Lamprecht --- www/OnlineHelpInfo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index c86579ea..e83e0818 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -21,7 +21,7 @@ const proxmoxOnlineHelpInfo = { }, "backup-remote": { "link": "/docs/managing-remotes.html#backup-remote", - "title": ":term:`Remote`" + "title": "Remote" }, "syncjobs": { "link": "/docs/managing-remotes.html#syncjobs", @@ -29,7 +29,7 @@ const proxmoxOnlineHelpInfo = { }, "datastore-intro": { "link": "/docs/storage.html#datastore-intro", - "title": ":term:`DataStore`" + "title": "DataStore" }, "user-mgmt": { "link": "/docs/user-management.html#user-mgmt", -- 2.39.5