Skip to content
Snippets Groups Projects
Commit c224d62b authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

missing comma fix

parent a34fee8f
Branches
No related tags found
No related merge requests found
......@@ -162,10 +162,10 @@
if($user->profile_country)
echo "'" . $user->profile_country . " - " . $user->profile_city . ", " . $user->profile_state . "',";
else
echo "''";
echo "'',";
echo "'" . $user->name . "',";
if($user->profile_attended)
echo "'Attended UNL: " . $user->profile_attended . "'";
echo "'Attended UNL: " . $user->profile_attended . "',";
else
echo "''";
echo ");return false;\" src=\"mod/profile/icon.php?username=" . $user->username . "&size=tiny\" /></div>";
......@@ -201,7 +201,7 @@
<div style="width:330px; top:30px; left:30px;">
<h2>Join the Conversation</h2>
<p>
Huskers like you are encouraged to join UNL's new social media platform and put yourself on the map!
Huskers like you are encouraged to join UNL's new social platform and put yourself on the map!
</p>
</div>
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment