[LON-CAPA-cvs] cvs: rat / lonratmenu.pm
damieng
damieng at source.lon-capa.org
Fri Feb 5 12:46:08 EST 2016
damieng Fri Feb 5 17:46:08 2016 EDT
Modified files:
/rat lonratmenu.pm
Log:
bug fix: target _top was missing in the breadcrumbs for the Authoring Space link
Index: rat/lonratmenu.pm
diff -u rat/lonratmenu.pm:1.20 rat/lonratmenu.pm:1.21
--- rat/lonratmenu.pm:1.20 Tue Jun 4 22:20:34 2013
+++ rat/lonratmenu.pm Fri Feb 5 17:46:08 2016
@@ -2,7 +2,7 @@
# Build menu bar for Advanced RAT. Uses javascript code originally in
# static file: rat/client/code.html, now in rat/client/ratcode.js
#
-# $Id: lonratmenu.pm,v 1.20 2013/06/04 22:20:34 raeburn Exp $
+# $Id: lonratmenu.pm,v 1.21 2016/02/05 17:46:08 damieng Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -48,7 +48,8 @@
# Breadcrumbs
my $brcrum = [{'href' => &Apache::loncommon::authorspace($r->uri),
- 'text' => 'Authoring Space'},
+ 'text' => 'Authoring Space',
+ 'target' => '_top'},
{'href' => '',
'text' => 'RAT'},
{'href' => '',
More information about the LON-CAPA-cvs
mailing list