summaryrefslogtreecommitdiff
path: root/modules/gallery/views/user_profile.html.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-13 12:35:39 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-02-14 07:15:58 -0800
commit1a951cb7f61b33437c2e9b04da0565393d072c03 (patch)
treedb00cdd27bcfa66a6b1f2e41baf16143fb804385 /modules/gallery/views/user_profile.html.php
parent2dad1d7cd15bed3c89de11cadf4b3b5c43134f69 (diff)
HTML validation fix (<script>)
Diffstat (limited to 'modules/gallery/views/user_profile.html.php')
-rw-r--r--modules/gallery/views/user_profile.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/user_profile.html.php b/modules/gallery/views/user_profile.html.php
index 1c3e4ea2..1c346c26 100644
--- a/modules/gallery/views/user_profile.html.php
+++ b/modules/gallery/views/user_profile.html.php
@@ -22,7 +22,7 @@
padding: 0;
}
</style>
-<script>
+<script type="text/javascript">
$(document).ready(function() {
$("#g-profile-return").click(function(event) {
history.go(-1);