Author: aadamchik
Date: Sat Nov 10 12:20:58 2012
New Revision: 1407798

URL: http://svn.apache.org/viewvc?rev=1407798&view=rev
Log:
tweaking

Modified:
    cayenne/site/cms/trunk/templates/skeleton.html

Modified: cayenne/site/cms/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/templates/skeleton.html?rev=1407798&r1=1407797&r2=1407798&view=diff
==============================================================================
--- cayenne/site/cms/trunk/templates/skeleton.html (original)
+++ cayenne/site/cms/trunk/templates/skeleton.html Sat Nov 10 12:20:58 2012
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd";>
 <html lang="en">
 <head>
-<title>Apache Cayenne | {% block title %}{% endblock %}</title>
+<title>{% block title %}{% endblock %} | Apache Cayenne</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <meta name="keywords" content="{% block keywords %}{% endblock %} apache 
cayenne, object relational mapping, open source orm, orm">
 <meta name="description" content="{% block description %}{% endblock %} Apache 
Cayenne is a powerful, full-featured, open-source object relational mapping 
framework created for developers working with relational databases.">


Reply via email to