summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2010-02-13 12:35:39 -0800
committerAndy Staudacher <andy.st@gmail.com>2010-02-13 12:35:39 -0800
commitf0949b8adbde311e85dd7b96bc5f8aaed78cba3b (patch)
treedb00cdd27bcfa66a6b1f2e41baf16143fb804385
parent36702b1397dcac9ba5a607f62e2a1caeb307ac7a (diff)
HTML validation fix (<script>)
-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);