projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e631ebb
)
Properly set checked="checked" attribute in search form
author
Daniel Gustafsson
<daniel@yesql.se>
Sun, 26 Feb 2017 15:14:08 +0000
(16:14 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 26 Feb 2017 15:14:08 +0000
(16:14 +0100)
templates/search/sitesearch.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/search/sitesearch.html
b/templates/search/sitesearch.html
index 54225164d6040546917ca919c9d95897bb054f67..35300e61f8a372953dbf4aa35f08cb9e690edc7a 100644
(file)
--- a/
templates/search/sitesearch.html
+++ b/
templates/search/sitesearch.html
@@
-14,7
+14,7
@@
</tr>
<tr class="lastrow">
<td class="colFirst"></td>
- <td class="colLast"><input type="checkbox" name="a" value="1" {%if allsites%}
CHECKED
{%endif%}/>Include community sites</td>
+ <td class="colLast"><input type="checkbox" name="a" value="1" {%if allsites%}
checked="checked"
{%endif%}/>Include community sites</td>
</tr>
</table>
</div>