Not recognizing editable regions
I'm trying to trouble shoot an issue with my template. This is a project that isn't updated often, this issue I noticed when my Dreamweaver version was updated. Since this project is not updated very often I can't say which version it worked in and which version caused it not to work. I am currently using DW 18.0
When I open my template file, I am removing some outdated code. When I save the .dwt file, I get "This template doesn't have any editable regions." But there are in fact many editable regions. Snippey it below of my template file. And also a file created from the template.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>my amazing site</title>
<!-- TemplateEndEditable -->
<link rel="icon" type="image/png" href="../htdocs/favicon.ico">
<!doctype html>
<html lang="en"><!-- InstanceBegin template="/Templates/basic-page.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- InstanceBeginEditable name="doctitle" -->
<title>a page on my site</title>
<!-- InstanceEndEditable -->
<link rel="icon" type="image/png" href="favicon.ico">
