My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 95 attachment: login_form_tag_in_wrong_order.patch (587 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/accounts/login.rhtml
===================================================================
--- /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/accounts/login.rhtml (revision 78)
+++ /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/accounts/login.rhtml (working copy)
@@ -26,8 +26,8 @@
<input type="submit" name="login" value="Login" class="button eighty" />
</p>

- </form>
</div>
+</form>

<script language="javascript">
// focus our login input

Powered by Google Project Hosting