A little whitespace cleanup in Views
This commit is contained in:
parent
3bef45277f
commit
14561d998d
23 changed files with 126 additions and 127 deletions
|
@ -1,4 +1,4 @@
|
|||
<% @title = "New Wiki Web"; @content_width = 500 %>
|
||||
<%- @title = "New Wiki Web"; @content_width = 500 -%>
|
||||
|
||||
<p>
|
||||
Each web serves as an isolated name space for wiki pages,
|
||||
|
@ -36,7 +36,7 @@
|
|||
<input type="submit" value="Create Web" />
|
||||
</p>
|
||||
|
||||
<% end %>
|
||||
<%- end -%>
|
||||
|
||||
<script type="text/javascript">
|
||||
function proposeAddress() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue