Skip to content

Commit

Permalink
Nuke trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jan 3, 2012
1 parent 865eded commit 2d3b4e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
description='zope.formlib integration for Zope 2',
author='Zope Foundation',
author_email='zope-dev@zope.org',
long_description=open("README.txt").read() + "\n" +
long_description=open("README.txt").read() + "\n" +
open("CHANGES.txt").read(),
classifiers=[
'Environment :: Web Environment',
Expand Down
10 changes: 5 additions & 5 deletions src/five/formlib/edit.pt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<div class="label">Extra top</div>
<div class="field"><input type="text" style="width:100%" /></div>
</div>

<div metal:use-macro="context/@@form_macros/widget_rows" />

<div class="separator"></div>

<div class="row"
metal:define-slot="extra_bottom" tal:replace="nothing">
<div class="label">Extra bottom</div>
Expand All @@ -48,9 +48,9 @@

<div class="row">
<div class="controls">
<input type="submit" value="Refresh"
<input type="submit" value="Refresh"
i18n:attributes="value refresh-button" />
<input type="submit" name="UPDATE_SUBMIT" value="Change"
<input type="submit" name="UPDATE_SUBMIT" value="Change"
i18n:attributes="value submit-button"/>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/five/formlib/formbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

class FiveFormlibMixin(object):

# Overrides the formlib.form.FormBase.template attributes implemented
# Overrides the formlib.form.FormBase.template attributes implemented
# using NamedTemplates. NamedTemplates using ViewPageTemplateFile (like
# formlib does by default) cannot work in Zope2.

Expand Down
2 changes: 1 addition & 1 deletion src/five/formlib/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
from Products.Five.skin.standardmacros import StandardMacros

# copy of zope.app.form.browser.macros.FormMacros
class FormMacros(StandardMacros):
class FormMacros(StandardMacros):
macro_pages = ('widget_macros', 'addform_macros')

0 comments on commit 2d3b4e0

Please sign in to comment.