Skip to content

Commit

Permalink
Feature/fix html (sakaiproject#5301)
Browse files Browse the repository at this point in the history
* Remove unused code and cleanup other compiler warnings

* Add rebel.xml to gitignore so that JRebel project config is not committed

* Fix this HTML from previous commit
  • Loading branch information
steveswinsburg authored Feb 12, 2018
1 parent 9516043 commit ad93da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/src/webapp/content/myworkspace_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script language="JavaScript" type="text/JavaScript">
<!--
var i, a, href
for(i=0; (a = top.document.getElementsByTagName("link")[i]); i++)
for(i=0; (a = top.document.getElementsByTagName("link")[i]); i++)
{
if(a.getAttribute("rel").indexOf("style") != -1)
{
Expand Down Expand Up @@ -35,9 +35,9 @@
</head>

<body>
<div class="portletBody">
<div class="portletBody">
<h3> Welcome to your personal workspace.</h3>
<p>In Sakai each user has his or her own individual worksite called "Home".
<p>In Sakai each user has an individual worksite called "Home".
Home is a place where you can keep personal documents, create new sites, maintain a
schedule, store resources, and much more.</p>
<p class="instruction">The default information displayed here for a new user can be modified by the Sakai
Expand Down

0 comments on commit ad93da7

Please sign in to comment.