Fix whitespace issues in CBI template
This commit is contained in:
parent
c882d1f501
commit
cc4c0688b5
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ $Id$
|
|||
<div>
|
||||
<%- if self.submit ~= false then %>
|
||||
<input class="cbi-button-save" type="submit" value="
|
||||
<%- if not self.submit then -%><%-:submit-%><%-else-%><%=self.submit%><%end%>
|
||||
<%- if not self.submit then -%><%-:submit-%><%-else-%><%=self.submit%><%end-%>
|
||||
" />
|
||||
<% end %>
|
||||
<%- if self.reset ~= false then %>
|
||||
<input class="cbi-button-reset" type="reset" value="
|
||||
<%- if not self.reset then -%><%-:reset-%><%-else-%><%=self.reset%><%end%>
|
||||
<%- if not self.reset then -%><%-:reset-%><%-else-%><%=self.reset%><%end-%>
|
||||
" />
|
||||
<% end %>
|
||||
<script type="text/javascript">cbi_d_update();</script>
|
||||
|
|
Loading…
Reference in a new issue