0

I know the answer is here. But the issue is time to time it reset back even I change to   instead   I am using JDeveloper.

please tell me how to fix this permanently? also where to include this ?

<!DOCTYPE html [
<!ENTITY nbsp "&#160;"> 
 ]>
Community
  • 1
  • 1
user2771655
  • 1,052
  • 3
  • 20
  • 38

1 Answers1

0

I ran into this error again upgrading a project from 3.x to 4.5.x and the above also did not fix it for me. What works according to my notes was adding this as the first line of the xhtml file:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

JGlass
  • 1,427
  • 2
  • 12
  • 26