Fix some HTML validation issues
This commit is contained in:
parent
2fe5ca53df
commit
7eb0f274f7
5 changed files with 8 additions and 8 deletions
|
@ -31,7 +31,7 @@ $ ./extract-code-added-in-commits.plx --repository=`pwd`/linux-historical --outp
|
|||
$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-current
|
||||
$ ./commit-id-list-matching-regex.plx `pwd`/linux-current/.git Hellwig '(Submitted\s+by|original\s+patch|patch\s+(from|by)|originally\s+(from|by)).*' > ./hellwig-current.ids
|
||||
$ ./extract-code-added-in-commits.plx --progress --repository=`pwd`/linux-current --output-dir=`pwd`/hellwig-through-2.6.34 --fork-limit=14 --blame-opts=-M --blame-opts=-M --blame-opts=-C --blame-opts=-C --central-commit e40152ee1e1c7a63f4777791863215e3faa37a86 < hellwig-current.ids </code></pre>
|
||||
<p>Note: e40152ee1e1c7a63f4777791863215e3faa37a86 is the 2.6.34 version created by Linus Torvalds <script type="text/javascript">
|
||||
<p>Note: e40152ee1e1c7a63f4777791863215e3faa37a86 is the 2.6.34 version created by Linus Torvalds <script>
|
||||
<!--
|
||||
h='linux-foundation.org';a='@';n='torvalds';e=n+a+h;
|
||||
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% block category %}supporter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script type="text/javascript" src="{% static 'js/\supporter-page.js' %}" defer></script>
|
||||
<script src="{% static 'js/supporter-page.js' %}" defer></script>
|
||||
<link href="{% static 'css/forms.css' %}" rel="stylesheet" type="text/css"/>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="{% static 'css/tachyons.min.css' %}"/>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="{% static 'css/conservancy.css' %}" />
|
||||
<link rel="stylesheet" type="text/css" media="(min-width: 67em)" href="{% static 'css/conservancy-bigscreen.css' %}" />
|
||||
<script type="text/javascript" src="{% static 'js/conservancy.js' %}" defer></script>
|
||||
<script src="{% static 'js/conservancy.js' %}" defer></script>
|
||||
{% block head %}{% endblock %}
|
||||
</head>
|
||||
|
||||
|
@ -51,10 +51,10 @@
|
|||
|
||||
<li class="search dn-ns">
|
||||
<form method="get" action="https://duckduckgo.com" class="ml2 flex mw6">
|
||||
<input id="search-query" type="text" name="q" placeholder="Search with DuckDuckGo" class="pa2 ba b--gray br0" style="x-border-right: none; flex: 1 1 auto; width: 1%;" />
|
||||
<input id="search-query" type="text" name="q" placeholder="Search with DuckDuckGo" class="pa2 ba b--gray br0" style="flex: 1 1 auto; width: 1%;" />
|
||||
<input type="hidden" name="sites" value="sfconservancy.org" />
|
||||
<button type="submit" class="bg-orange bn white pa2 pointer btn-orange" style="margin-left: -1px;">
|
||||
<svg style="color: white; width: 20px; height: 20px;"><use href="{% static 'img/font_awesome.svg' %}#search"></use></svg></a>
|
||||
<svg style="color: white; width: 20px; height: 20px;"><use href="{% static 'img/font_awesome.svg' %}#search"></use></svg>
|
||||
</button>
|
||||
</form>
|
||||
</li>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<li class="Sustainers"><a href="/sustainer/">Sustainers</a></li>
|
||||
<li class="Directors"><a href="/about/board/">Board of Directors</a></li>
|
||||
<li class="Staff"><a href="/about/staff/">Staff</a></li>
|
||||
<li clas="Eval"><a href="/about/eval-committee/">Evaluation Committee</a></li>
|
||||
<li clas="Outside"><a href="/about/outside/">Outside Counsel, et alia</a></li>
|
||||
<li class="Eval"><a href="/about/eval-committee/">Evaluation Committee</a></li>
|
||||
<li class="Outside"><a href="/about/outside/">Outside Counsel, et alia</a></li>
|
||||
<li class="Transparency"><a href="/about/transparency">Transparency</a></li>
|
||||
<li class="Contact"><a href="/about/contact/">Contact</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% block category %}sustainer{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<script type="text/javascript" src="{% static 'js/supporter-page.js' %}" defer></script>
|
||||
<script src="{% static 'js/supporter-page.js' %}" defer></script>
|
||||
<link href="{% static 'css/forms.css' %}" rel="stylesheet" type="text/css"/>
|
||||
<style>
|
||||
.hidden { display: none; }
|
||||
|
|
Loading…
Reference in a new issue