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 f1dab78..4e4fd64 100644 --- a/Just-Read/templates/index.html +++ b/Just-Read/templates/index.html @@ -17,7 +17,7 @@
    {% endif %} {% elif loop.index < 7 %} -
  1. {{ article.title }}
  2. +
  3. {{ article.title }}
  4. {% endif %} {% endfor %}
@@ -25,4 +25,4 @@

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 517016f..8628072 100644 --- a/bootlex/templates/index.html +++ b/bootlex/templates/index.html @@ -24,7 +24,7 @@ {% endif %}
- Mehr + Mehr
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 @@

+ 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 1ba36dd..f969549 100644 --- a/dev-random/templates/archives.html +++ b/dev-random/templates/archives.html @@ -16,7 +16,7 @@
  • + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}
  • 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 @@

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

    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 @@

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

    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 @@
  • + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }}
  • 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 @@

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

    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 @@

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

    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.title }}

    +

    {{ article.title }}

    {{ 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 %} -
  • {{ article.title }}
  • +
  • {{ article.title }}
  • {% 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 %} -
  • {{ 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 bc7f574..d79921a 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' %}