diff --git a/docs/upgrades/upgrade_5.2.2-5.2.3.sql b/docs/upgrades/upgrade_5.2.2-5.2.3.sql
index 65fcf2ea4..f97ac488c 100644
--- a/docs/upgrades/upgrade_5.2.2-5.2.3.sql
+++ b/docs/upgrades/upgrade_5.2.2-5.2.3.sql
@@ -1,3 +1,6 @@
insert into webguiVersion values ('5.2.3','upgrade',unix_timestamp());
+delete from template where templateId=2 and namespace='Item';
+INSERT INTO template VALUES (2,'Item w/pop-up Links','\r\n \r\n \" target=\"_blank\">\r\n \r\n \r\n \r\n \r\n \r\n\r\n\r\n\r\n - \r\n \" target=\"_blank\">
\" border=\"0\" alt=\"\" width=\"16\" height=\"16\" border=\"0\" align=\"middle\" />\r\n\r\n\r\n\r\n - \r\n','Item');
+