[Treepkg-commits] r436 - trunk/contrib/sawmill/web/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Sep 12 10:06:00 CEST 2010


Author: teichmann
Date: 2010-09-12 10:05:59 +0200 (Sun, 12 Sep 2010)
New Revision: 436

Modified:
   trunk/contrib/sawmill/web/templates/details.html
   trunk/contrib/sawmill/web/templates/overview.html
Log:
The beast is called Saegewerk and not Saegewerker

Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-10 20:06:15 UTC (rev 435)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-12 08:05:59 UTC (rev 436)
@@ -7,11 +7,11 @@
 from datetime import date, datetime
 %>
 <html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
-        <title>S&auml;gewerker - Free Software forestry</title>
- </head>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
+    <title>S&auml;gewerk - <%= escape(description) %></title>
+  </head>
 
  <body>
   <table border="0" width="100%" cellspacing="0" cellpadding="0">

Modified: trunk/contrib/sawmill/web/templates/overview.html
===================================================================
--- trunk/contrib/sawmill/web/templates/overview.html	2010-09-10 20:06:15 UTC (rev 435)
+++ trunk/contrib/sawmill/web/templates/overview.html	2010-09-12 08:05:59 UTC (rev 436)
@@ -5,10 +5,10 @@
 from xml.sax.saxutils import quoteattr
 %>
 <html>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
-        <title>S&auml;gewerker - Free Software forestry</title>
+ <head>
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+   <link rel="stylesheet" href="styles/style.css" type="text/css" media="screen" />
+   <title>S&auml;gewerk - Free Software forestry</title>
  </head>
 
  <body>



More information about the Treepkg-commits mailing list