Skip to content

Commit

Permalink
tell that ET runs on bell
Browse files Browse the repository at this point in the history
  • Loading branch information
ramack committed Apr 30, 2016
1 parent 099571f commit 435af16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/et/html_templates/head.html
Expand Up @@ -14,9 +14,9 @@
<meta http-equiv="refresh" content="1; URL=/">
<?php }?>
<?php if(array_key_exists("history", $_GET)){?>
<title>ET: History(<?php echo $_GET["history"]; ?>) Liberty Eiffel automated tests (master)</title>
<title>ET: History(<?php echo $_GET["history"]; ?>) Liberty Eiffel automated tests (bell)</title>
<?php } else {?>
<title>ET: Liberty Eiffel automated tests (master)</title>
<title>ET: Liberty Eiffel automated tests (bell)</title>
<?php }?>

<link rel="stylesheet" href="style.css" type="text/css" />
Expand Down Expand Up @@ -103,4 +103,4 @@
<?php } }?>
</p>

<h1><span class="dropcap">L</span>iberty Eiffel automated tests (<span class="dropcap">M</span>aster branch)</h1>
<h1><span class="dropcap">L</span>iberty Eiffel automated tests (<span class="dropcap">B</span>ell branch)</h1>

0 comments on commit 435af16

Please sign in to comment.