Skip to content

Commit

Permalink
Merge pull request #10 from plone/khink-clean-html
Browse files Browse the repository at this point in the history
Remove obsolete cell classes
  • Loading branch information
davisagli committed Feb 23, 2014
2 parents 1271ff3 + 3e1ea98 commit bb2aa82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions plone/app/search/search.pt
Expand Up @@ -35,7 +35,7 @@
first_call not:request/advanced_search|nothing;
st python:request.get('SearchableText', '');
DateTime python:modules['DateTime'].DateTime;
navigation_root_url view/navroot_url;">
navigation_root_url view/navroot_url;">

<input type="hidden" name="advanced_search" value="False" />
<input type="hidden" name="sort_on" value="" />
Expand All @@ -55,9 +55,9 @@
i18n:attributes="value label_search;"/>
</fieldset>

<div class="row">
<div>

<div class="cell width-full position-0">
<div>
<h1 class="documentFirstHeading"
i18n:translate=""
tal:condition="not:st">
Expand Down Expand Up @@ -89,7 +89,6 @@
</div>
<div class="visualClear"><!-- --></div>
<div id="search-results-wrapper"
class="cell width-full position-0"
tal:define="b_start python:0;
b_start request/b_start | b_start;
batch python: view.results(b_start=b_start);
Expand Down

1 comment on commit bb2aa82

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=84c4408be58f4ddeb2c0abeb8e93faa4
plone-5.0-python-2.7 [FAILURE]

Please sign in to comment.