[gimp-web/testing] Fixed duplicate id on home
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Fixed duplicate id on home
- Date: Wed, 25 Nov 2015 17:50:06 +0000 (UTC)
commit ab8ab06cafc002f9937e48cfce9fb31824861311
Author: Pat David <patdavid gmail com>
Date: Wed Nov 25 11:49:43 2015 -0600
Fixed duplicate id on home
themes/newgimp/templates/base.html | 4 ++--
themes/newgimp/templates/home.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index 8dc66b5..c78cd33 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html lang="{{ DEFAULT_LANG }}">
-<head>
+ <head>
{% block head %}
<title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<meta charset="utf-8" />
@@ -83,7 +83,7 @@
<div id='navstrip' class='nav-down'>
<a href="/" class='navfive'>
- <img id='wilber-tiny' src="/images/wilbericon.svg" id='navstripWilber'
style="width:25px;height:20px;" alt='Wilber Icon'><br/>
+ <img id='wilber-tiny' src="/images/wilbericon.svg" style="width:25px;height:20px;"
alt='Wilber Icon'><br/>
GIMP
</a>
<a href="/news/" class='navfive'>
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 1419271..54971d1 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -4,7 +4,7 @@
{% block head %}
{{ super() }}
-<link rel='stylesheet' type='text/css' href="/theme/css/home.css" />
+ <link rel='stylesheet' type='text/css' href="/theme/css/home.css" />
{% endblock head %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]