diff --git a/README b/README
index b2e184dcf9d143ab20f7b8849f06f47199d9084c..03064f8494db69b42f856af88bafde4deb1c094d 100644
--- a/README
+++ b/README
@@ -80,26 +80,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
 *******
 Just run the setup.sh script. If any plugins are added, add this to the setup.sh script.
 
-elgg https://code.elgg.org/elgg/trunk/
-
-elgg/mod/groups https://code.elgg.org/extensions/plugins/groups
-elgg/mod/notifications https://code.elgg.org/extensions/plugins/notifications
-elgg/mod/profile https://code.elgg.org/extensions/plugins/profile
-elgg/mod/reportedcontent https://code.elgg.org/extensions/plugins/reportedcontent
-elgg/mod/riverdashboard https://code.elgg.org/extensions/plugins/riverdashboard
-elgg/mod/thewire https://code.elgg.org/extensions/plugins/thewire
-
-elgg/mod/flexprofile http://its-gforge.unl.edu/svn/unl_elgg/trunk/flexprofile_mj
-elgg/mod/form        http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/form
-elgg/mod/globe 	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/globe
-elgg/mod/messages	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/messages
-elgg/mod/browse	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/browse
-elgg/mod/mass_mailouts	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/mass_mailouts
-elgg/mod/cas_auth_unl	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/cas_auth_unl
-elgg/mod/customindex	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/customindex
-elgg/mod/unl_theme	http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/unl_theme 
-
-elgg/featured/ http://its-gforge.unl.edu/svn/unl_huskers/trunk/
 
 *******
 ** Patches
@@ -114,5 +94,6 @@ patches/add_closing_labels.diff
 *******
 ** Things to look out for when new versions of Elgg are released
 *******
+-- Look at elgg's upgrade readme and look for changes to .htaccess
 -- Are there changes to /elgg/actions/login.php and /elgg/actions/logout.php ?????
 	We have overridden those actions with our own in the cas_auth_unl plugin 
\ No newline at end of file
diff --git a/plugins/unl_theme/views/default/css.php b/plugins/unl_theme/views/default/css.php
index 2b1700fa29a301913ca763a825c0fd6d942cce3f..3c334e6205df5cdc0de1a48e46399345356fb437 100644
--- a/plugins/unl_theme/views/default/css.php
+++ b/plugins/unl_theme/views/default/css.php
@@ -18,7 +18,7 @@
 //Any elements which appear differently (or only for) non-logged in users should be imported here.
 if (!isloggedin()) {
 	echo "@import url('".$vars['url']."mod/unl_theme/css/actionNotice.php');";
-	echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;";
+	echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;}";
 }
 ?>