public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: files/mako_templates/
Date: Fri, 16 Aug 2013 10:43:11 +0000 (UTC)	[thread overview]
Message-ID: <1376648917.b0d32862ef77d704deff1317a2b3fe947cb402d8.dywi@gentoo> (raw)

commit:     b0d32862ef77d704deff1317a2b3fe947cb402d8
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Aug 16 10:28:37 2013 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Aug 16 10:28:37 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=b0d32862

files/mako_templates/env: add 'coding utf-8' comment

---
 files/mako_templates/env.html | 4 +++-
 files/mako_templates/env.txt  | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/files/mako_templates/env.html b/files/mako_templates/env.html
index 419c429..09e8c51 100644
--- a/files/mako_templates/env.html
+++ b/files/mako_templates/env.html
@@ -1,3 +1,5 @@
+## -*- coding: utf-8 -*-
+<%page expression_filter="unicode,h"/>
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
 <html>
@@ -8,7 +10,7 @@
    <H3>environment variables:</H3>
    <UL>
    % for key, value in dictref().sorted_env_vars():
-      <LI>${key|h}=&quot;${value|h}&quot;</LI>
+      <LI>${key}=&quot;${value}&quot;</LI>
    % endfor
    </UL>
 </body>

diff --git a/files/mako_templates/env.txt b/files/mako_templates/env.txt
index 874074f..ac3ded8 100644
--- a/files/mako_templates/env.txt
+++ b/files/mako_templates/env.txt
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 % for key, value in dictref().sorted_env_vars():
 ${key}="${value}"
 % endfor


             reply	other threads:[~2013-08-16 10:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-16 10:43 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-11 18:40 [gentoo-commits] proj/R_overlay:master commit in: files/mako_templates/ André Erdmann
2013-08-16 13:26 André Erdmann
2013-08-16 12:42 André Erdmann
2013-08-16 10:43 André Erdmann
2013-08-14 14:56 André Erdmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1376648917.b0d32862ef77d704deff1317a2b3fe947cb402d8.dywi@gentoo \
    --to=dywi@mailerd.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox