aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Just-Read/templates/index.html4
-rw-r--r--bootlex/templates/index.html2
-rw-r--r--bootstrap2/templates/article.html2
-rw-r--r--dev-random/templates/archives.html2
-rw-r--r--dev-random/templates/article.html2
-rw-r--r--dev-random/templates/index.html2
-rw-r--r--dev-random2/templates/archives.html2
-rw-r--r--dev-random2/templates/article.html2
-rw-r--r--dev-random2/templates/index.html2
-rw-r--r--lightweight/templates/article.html2
-rw-r--r--mnmlist/templates/index.html2
-rw-r--r--nmnlist/templates/index.html2
-rw-r--r--notmyidea-cms-fr/templates/article.html2
-rw-r--r--notmyidea-cms-fr/templates/index.html2
-rw-r--r--notmyidea-cms/templates/article.html2
-rw-r--r--notmyidea-cms/templates/index.html2
-rw-r--r--sneakyidea/templates/article.html2
-rw-r--r--sneakyidea/templates/index.html2
-rwxr-xr-xsubtle/templates/index.html2
-rw-r--r--syte/templates/index.html2
-rw-r--r--syte/templates/tag.html2
21 files changed, 22 insertions, 22 deletions
diff --git a/Just-Read/templates/index.html b/Just-Read/templates/index.html
index f1dab78..4e4fd64 100644
--- a/Just-Read/templates/index.html
+++ b/Just-Read/templates/index.html
@@ -17,7 +17,7 @@
<ol class="archive">
{% endif %}
{% elif loop.index < 7 %}
- <li class="clearfix"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}"><time datetime="{{ article.date.isoformat() }}" pubdate>{{ article.locale_date }}</time> {{ article.title }}</a></li>
+ <li class="clearfix"><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags}}"><time datetime="{{ article.date.isoformat() }}" pubdate>{{ article.locale_date }}</time> {{ article.title }}</a></li>
{% endif %}
{% endfor %}
</ol>
@@ -25,4 +25,4 @@
<p>More posts in the <a href="{{ SITEURL }}/archives.html">archive</a>.</p>
</div>
</div>
-{% endblock content %} \ No newline at end of file
+{% endblock content %}
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html
index 517016f..8628072 100644
--- a/bootlex/templates/index.html
+++ b/bootlex/templates/index.html
@@ -24,7 +24,7 @@
{% endif %}
</div>
<div class="span1 offset3">
- <a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a>
+ <a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags}}">Mehr</a>
</div>
</div>
</div>
diff --git a/bootstrap2/templates/article.html b/bootstrap2/templates/article.html
index 638655c..3a3dc4a 100644
--- a/bootstrap2/templates/article.html
+++ b/bootstrap2/templates/article.html
@@ -7,7 +7,7 @@
<h1>
<a href="{{ pagename }}"
rel="bookmark"
- title="Permalink to {{ article.title }}">
+ title="Permalink to {{ article.title|striptags }}">
{{ article.title}}
</a>
{% include 'twitter.html' %}
diff --git a/dev-random/templates/archives.html b/dev-random/templates/archives.html
index 1ba36dd..f969549 100644
--- a/dev-random/templates/archives.html
+++ b/dev-random/templates/archives.html
@@ -16,7 +16,7 @@
<li>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</li>
diff --git a/dev-random/templates/article.html b/dev-random/templates/article.html
index 7255fbc..e353f2e 100644
--- a/dev-random/templates/article.html
+++ b/dev-random/templates/article.html
@@ -18,7 +18,7 @@
<h1>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</h1>
diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html
index 0c27024..194c60c 100644
--- a/dev-random/templates/index.html
+++ b/dev-random/templates/index.html
@@ -13,7 +13,7 @@
<h1>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</h1>
diff --git a/dev-random2/templates/archives.html b/dev-random2/templates/archives.html
index 3573bf2..47bf2ab 100644
--- a/dev-random2/templates/archives.html
+++ b/dev-random2/templates/archives.html
@@ -15,7 +15,7 @@
<li>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</li>
diff --git a/dev-random2/templates/article.html b/dev-random2/templates/article.html
index 78a736e..9d24a37 100644
--- a/dev-random2/templates/article.html
+++ b/dev-random2/templates/article.html
@@ -15,7 +15,7 @@
<h1>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</h1>
diff --git a/dev-random2/templates/index.html b/dev-random2/templates/index.html
index 84ad5df..0ba7692 100644
--- a/dev-random2/templates/index.html
+++ b/dev-random2/templates/index.html
@@ -9,7 +9,7 @@
<h1>
<a rel="bookmark"
href="{{ SITEURL }}/{{ article.url }}"
- title="Lien permanent vers «{{ article.title }}»">
+ title="Lien permanent vers «{{ article.title|striptags }}»">
{{ article.title }}
</a>
</h1>
diff --git a/lightweight/templates/article.html b/lightweight/templates/article.html
index 68556bf..86c16de 100644
--- a/lightweight/templates/article.html
+++ b/lightweight/templates/article.html
@@ -4,7 +4,7 @@
{% block content %}
<article class="post">
- <h2 class="page_title"><a href="{{ article.url }}" rel="bookmark" title="{{SITENAME}} - {{ article.title }}">{{ article.title }}</a></h2>
+ <h2 class="page_title"><a href="{{ article.url }}" rel="bookmark" title="{{SITENAME}} - {{ article.title|striptags }}">{{ article.title }}</a></h2>
<section class="post_content">
{{ article.content }}
diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html
index 1505418..d29eb44 100644
--- a/mnmlist/templates/index.html
+++ b/mnmlist/templates/index.html
@@ -21,7 +21,7 @@
{% endif %}
{# other items #}
{% else %}
- <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></li>
+ <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></li>
{% endif %}
{% endfor %}
{% if loop.length > 1 %}
diff --git a/nmnlist/templates/index.html b/nmnlist/templates/index.html
index b754a8e..274eb5d 100644
--- a/nmnlist/templates/index.html
+++ b/nmnlist/templates/index.html
@@ -22,7 +22,7 @@
{% endif %}
{# other items #}
{% else %}
- <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></li>
+ <li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></li>
{% endif %}
{% endfor %}
{% if loop.length > 1 %}
diff --git a/notmyidea-cms-fr/templates/article.html b/notmyidea-cms-fr/templates/article.html
index bc7f574..d79921a 100644
--- a/notmyidea-cms-fr/templates/article.html
+++ b/notmyidea-cms-fr/templates/article.html
@@ -4,7 +4,7 @@
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="{{ article.url }}"
- rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
+ rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title
}}</a></h1> {% include 'twitter.html' %} </header>
<div class="entry-content">
<footer class="post-info">
diff --git a/notmyidea-cms-fr/templates/index.html b/notmyidea-cms-fr/templates/index.html
index c98d82f..d96a161 100644
--- a/notmyidea-cms-fr/templates/index.html
+++ b/notmyidea-cms-fr/templates/index.html
@@ -31,7 +31,7 @@
{% else %}
<li><article class="hentry">
<header>
- <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalien vers «{{ article.title}}»">{{ article.title }}</a></h1>
+ <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalien vers «{{ article.title|striptags }}»">{{ article.title }}</a></h1>
</header>
<div class="entry-content">
diff --git a/notmyidea-cms/templates/article.html b/notmyidea-cms/templates/article.html
index 6f50605..1d869c0 100644
--- a/notmyidea-cms/templates/article.html
+++ b/notmyidea-cms/templates/article.html
@@ -4,7 +4,7 @@
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="{{ article.url }}"
- rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
+ rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title
}}</a></h1> {% include 'twitter.html' %} </header>
<div class="entry-content">
{% include 'article_infos.html' %}<!-- /.post-info -->
diff --git a/notmyidea-cms/templates/index.html b/notmyidea-cms/templates/index.html
index 1e4bad3..5e1e676 100644
--- a/notmyidea-cms/templates/index.html
+++ b/notmyidea-cms/templates/index.html
@@ -19,7 +19,7 @@
{% else %}
<li><article class="hentry">
<header>
- <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h1>
+ <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
</header>
<div class="entry-content">
diff --git a/sneakyidea/templates/article.html b/sneakyidea/templates/article.html
index 16cf8c1..6b20c6e 100644
--- a/sneakyidea/templates/article.html
+++ b/sneakyidea/templates/article.html
@@ -4,7 +4,7 @@
<section id="content" class="body">
<article>
<header> <h1 class="entry-title"><a href="{{ article.url }}"
- rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
+ rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title
}}</a></h1> {% include 'twitter.html' %} {% include
'google_plusone.html' %} </header>
<div class="entry-content">
diff --git a/sneakyidea/templates/index.html b/sneakyidea/templates/index.html
index 6b0ddba..9b7dfa9 100644
--- a/sneakyidea/templates/index.html
+++ b/sneakyidea/templates/index.html
@@ -21,7 +21,7 @@
{% else %}
<li><article class="hentry">
<header>
- <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h1>
+ <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1>
</header>
<div class="entry-content">
diff --git a/subtle/templates/index.html b/subtle/templates/index.html
index 69dc462..6413c43 100755
--- a/subtle/templates/index.html
+++ b/subtle/templates/index.html
@@ -29,7 +29,7 @@
{% endif %}
<li><article class="hentry">
<header>
- <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h1>
+ <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags}}">{{ article.title }}</a></h1>
</header>
<div class="entry-content">
diff --git a/syte/templates/index.html b/syte/templates/index.html
index 365fa72..95f55b0 100644
--- a/syte/templates/index.html
+++ b/syte/templates/index.html
@@ -5,7 +5,7 @@
<h3 class="date">{{article.locale_date}}</h3>
<article>
<hgroup>
- <h2><a href="{{article.url}}" title="Permalink to {{article.title}}">{{article.title}}</a></h2>
+ <h2><a href="{{article.url}}" title="Permalink to {{article.title|striptags}}">{{article.title}}</a></h2>
</hgroup>
{{article.summary}}
diff --git a/syte/templates/tag.html b/syte/templates/tag.html
index 6c9937f..865f3dd 100644
--- a/syte/templates/tag.html
+++ b/syte/templates/tag.html
@@ -6,7 +6,7 @@
<h3 class="date">{{article.locale_date}}</h3>
<article>
<hgroup>
- <h2><a href="{{article.url}}" title="Permalink to {{article.title}}">{{article.title}}</a></h2>
+ <h2><a href="{{article.url}}" title="Permalink to {{article.title|striptags }}">{{article.title}}</a></h2>
</hgroup>
{{article.summary}}