Line corrections

greta_drupal - August 14, 2008 - 02:55
Project:HTMLBox
Version:5.x-1.0-2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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"

 
 

Drupal is a registered trademark of Dries Buytaert.