changeset 56:1dfe7bba023c

2007-10-25 18:30:05 by steve Minor updates.
author steve
date Thu, 25 Oct 2007 18:30:06 +0000
parents 54a234f93390
children 47c1f35b7f73
files themes/default/entry.template themes/default/index.xml.template themes/default/month.template themes/default/tags.template themes/default/tags.xml.template
diffstat 5 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/themes/default/entry.template	Thu Oct 25 12:52:55 2007 +0000
+++ b/themes/default/entry.template	Thu Oct 25 18:30:06 2007 +0000
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
  <head>
-  <title>Blog: <!-- tmpl_var name='title' --></title>
+  <title><!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --></title>
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
  </head>
  <body>
--- a/themes/default/index.xml.template	Thu Oct 25 12:52:55 2007 +0000
+++ b/themes/default/index.xml.template	Thu Oct 25 18:30:06 2007 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
 	<channel>
 		<title>Blog Entries</title>
--- a/themes/default/month.template	Thu Oct 25 12:52:55 2007 +0000
+++ b/themes/default/month.template	Thu Oct 25 18:30:06 2007 +0000
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
  <head>
-  <title>Blog : Entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
+  <title><!-- tmpl_var name='blog_title' -->: entries from <!-- tmpl_var name='month_name' --> <!-- tmpl_var name='year' --></title>
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
   <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml">
  </head>
--- a/themes/default/tags.template	Thu Oct 25 12:52:55 2007 +0000
+++ b/themes/default/tags.template	Thu Oct 25 18:30:06 2007 +0000
@@ -2,7 +2,7 @@
         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
  <head>
-  <title>Blog : Entries Tagged <!-- tmpl_var name='tagname' --></title> 
+  <title><!-- tmpl_var name='blog_title' -->: Entries Tagged <!-- tmpl_var name='tagname' --></title> 
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
   <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
  </head>
--- a/themes/default/tags.xml.template	Thu Oct 25 12:52:55 2007 +0000
+++ b/themes/default/tags.xml.template	Thu Oct 25 18:30:06 2007 +0000
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
 	<channel>
 		<title>Entries tagged <!-- tmpl_var name='tagname' escape='html' --></title>