Active
Project:
HTMLBox
Version:
5.x-1.0-2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 02:55 UTC
Updated:
14 Aug 2008 at 02:55 UTC
File: htmlbox.js
case 85: // U
if (e.ctrlKey && !e.shiftKey) {
glob_ha[d.id].cmd("italic");
}
break;
CORRECTION: "italic" should be "underline"
File: htmlbox-min.js
break;case"underline":h+=addToolbarItem("button","underline","undelrine","u");
2nd instance "undelrine" should be "underline"