lib/author/templates/layout.xhtml in author-1.1.4.alpha vs lib/author/templates/layout.xhtml in author-1.1.5.alpha
- old
+ new
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
- <title><%= name %></title>
+ <title><%= title %></title>
<link rel="stylesheet" href="book.css" type="text/css" media="all" title="Default ebook theme" charset="utf-8" />
</head>
<body>
<div id="contents">
<!-- insert @body -->