Skip to content

Commit

Permalink
[bug 574543] Fix a few HTML validation errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Aug 29, 2011
1 parent 6f68275 commit dc49814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ <h1>{{ _('Check your <mark>plugins</mark>')|safe }}</h1>
{% endfor %}

{# Webtrends Stats Tracking #}
<script defer src="{{ MEDIA_URL }}js/webtrends.js" defer></script>
<script defer src="{{ MEDIA_URL }}js/webtrends.js"></script>
<noscript>
<img id="DCSIMG" width="1" height="1" src="http://statse.webtrendslive.com/dcskot6d000000w0qxqho15rf_7r6o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.2"/>
<img id="DCSIMG" width="1" height="1" alt="" src="http://statse.webtrendslive.com/dcskot6d000000w0qxqho15rf_7r6o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=8.6.2"/>
</noscript>
{# End Webtrends #}

Expand Down
2 changes: 1 addition & 1 deletion templates/includes/lang_form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{# vim: set ts=2 et sts=2 sw=2: #}
<form id="lang_form" dir="ltr" method="get" action="{{ localizable_url }}">
<form id="lang_form" dir="ltr" method="get"{% if localizable_url %} action="{{ localizable_url }}"{% endif %}>
<div>
<label for="flang">{{ _('Other Languages') }}</label>
<select id="flang" class="autosubmit" name="lang" dir="ltr">
Expand Down

0 comments on commit dc49814

Please sign in to comment.