From 2983cd82d6fea9b6523d946d1fb0b7c25e0c9cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C5=A0m=C3=ADd?= Date: Wed, 11 Sep 2013 15:07:51 +0200 Subject: [PATCH] removed tags from title attribute value --- Just-Read/templates/index.html | 4 ++-- bootlex/templates/index.html | 2 +- bootstrap2/templates/article.html | 2 +- dev-random/templates/archives.html | 2 +- dev-random/templates/article.html | 2 +- dev-random/templates/index.html | 2 +- dev-random2/templates/archives.html | 2 +- dev-random2/templates/article.html | 2 +- dev-random2/templates/index.html | 2 +- lightweight/templates/article.html | 2 +- mnmlist/templates/index.html | 2 +- nmnlist/templates/index.html | 2 +- notmyidea-cms-fr/templates/article.html | 2 +- notmyidea-cms-fr/templates/index.html | 2 +- notmyidea-cms/templates/article.html | 2 +- notmyidea-cms/templates/index.html | 2 +- sneakyidea/templates/article.html | 2 +- sneakyidea/templates/index.html | 2 +- subtle/templates/index.html | 2 +- syte/templates/index.html | 2 +- syte/templates/tag.html | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Just-Read/templates/index.html b/Just-Read/templates/index.html index f1dab78c5..4e4fd64f3 100644 --- a/Just-Read/templates/index.html +++ b/Just-Read/templates/index.html @@ -17,7 +17,7 @@

More posts

    {% endif %} {% elif loop.index < 7 %} -
  1. {{ article.title }}
  2. +
  3. {{ article.title }}
  4. {% endif %} {% endfor %}
@@ -25,4 +25,4 @@

More posts

More posts in the archive.

-{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html index 517016faf..8628072a5 100644 --- a/bootlex/templates/index.html +++ b/bootlex/templates/index.html @@ -24,7 +24,7 @@

{{ article.title }}

{% endif %}
- Mehr + Mehr
diff --git a/bootstrap2/templates/article.html b/bootstrap2/templates/article.html index 638655c2e..3a3dc4af3 100644 --- a/bootstrap2/templates/article.html +++ b/bootstrap2/templates/article.html @@ -7,7 +7,7 @@

+ title="Permalink to {{ article.title|striptags }}"> {{ article.title}} {% include 'twitter.html' %} diff --git a/dev-random/templates/archives.html b/dev-random/templates/archives.html index 1ba36dd96..f96954996 100644 --- a/dev-random/templates/archives.html +++ b/dev-random/templates/archives.html @@ -16,7 +16,7 @@

{{ article.date.strftime('%B %Y') }}

  • + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}
  • diff --git a/dev-random/templates/article.html b/dev-random/templates/article.html index 7255fbc32..e353f2eb4 100644 --- a/dev-random/templates/article.html +++ b/dev-random/templates/article.html @@ -18,7 +18,7 @@

    + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}

    diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html index 0c27024b0..194c60ca8 100644 --- a/dev-random/templates/index.html +++ b/dev-random/templates/index.html @@ -13,7 +13,7 @@

    {% block index_title %}Tous les articles{% endblock index_ti

    + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}

    diff --git a/dev-random2/templates/archives.html b/dev-random2/templates/archives.html index 3573bf238..47bf2ab32 100644 --- a/dev-random2/templates/archives.html +++ b/dev-random2/templates/archives.html @@ -15,7 +15,7 @@

    {{ article.date.strftime('%B %Y') }}

  • + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}
  • diff --git a/dev-random2/templates/article.html b/dev-random2/templates/article.html index 78a736e05..9d24a37a2 100644 --- a/dev-random2/templates/article.html +++ b/dev-random2/templates/article.html @@ -15,7 +15,7 @@

    + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}

    diff --git a/dev-random2/templates/index.html b/dev-random2/templates/index.html index 84ad5df97..0ba769297 100644 --- a/dev-random2/templates/index.html +++ b/dev-random2/templates/index.html @@ -9,7 +9,7 @@

    {% block index_title %}Tous les articles{% endblock inde

    + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}

    diff --git a/lightweight/templates/article.html b/lightweight/templates/article.html index 68556bfe5..86c16dee8 100644 --- a/lightweight/templates/article.html +++ b/lightweight/templates/article.html @@ -4,7 +4,7 @@ {% block content %}
    -

    {{ article.title }}

    +

    {{ article.title }}

    {{ article.content }} diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html index 150541877..d29eb447f 100644 --- a/mnmlist/templates/index.html +++ b/mnmlist/templates/index.html @@ -21,7 +21,7 @@

    All posts

    {% endif %} {# other items #} {% else %} -
  • {{ article.title }}
  • +
  • {{ article.title }}
  • {% endif %} {% endfor %} {% if loop.length > 1 %} diff --git a/nmnlist/templates/index.html b/nmnlist/templates/index.html index b754a8eeb..274eb5db1 100644 --- a/nmnlist/templates/index.html +++ b/nmnlist/templates/index.html @@ -22,7 +22,7 @@

    Tous les articles

    {% endif %} {# other items #} {% else %} -
  • {{ article.title }}
  • +
  • {{ article.title }}
  • {% endif %} {% endfor %} {% if loop.length > 1 %} diff --git a/notmyidea-cms-fr/templates/article.html b/notmyidea-cms-fr/templates/article.html index bc7f57465..d79921af8 100644 --- a/notmyidea-cms-fr/templates/article.html +++ b/notmyidea-cms-fr/templates/article.html @@ -4,7 +4,7 @@

    {{ article.title + rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}

    {% include 'twitter.html' %}