Skip to content

Commit

Permalink
update p_home to check test site
Browse files Browse the repository at this point in the history
  • Loading branch information
ubc-tuehoang committed Jan 22, 2024
1 parent ff668fe commit 6747210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/p_home.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function print_message() {
}

function print_welcome() {
echo '<div class="homegrp">Welcome to the ', htmlspecialchars($this->conf->full_name()), " submissions site.";
echo '<div class="homegrp">Welcome to theeeee ', htmlspecialchars($this->conf->full_name()), " submissions site.";
if (($site = $this->conf->opt("conferenceSite"))
&& $site !== $this->conf->opt("paperSite"))
echo " For general conference information, see ", Ht::link(htmlspecialchars($site), htmlspecialchars($site)), ".";
Expand Down

0 comments on commit 6747210

Please sign in to comment.