Skip to content

Commit fcf6b93

Browse files
committed
Fix typo
1 parent fd537e7 commit fcf6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/saliweb/frontend/templates/saliweb/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3><a href="https://salilab.org"><img src="//salilab.org/img/logo_small.gif" he
7373
</div>
7474

7575
{%- block cluster_status %}
76-
<p class="standout">The compute cluster will be <a href=\"https://wynton.ucsf.edu/hpc/status/index.html#upcoming-incidents\">down for routine maintenance</a> from November 12 until November 13. Most jobs will be queued until the cluster is back up.</p>
76+
<p class="standout">The compute cluster will be <a href="https://wynton.ucsf.edu/hpc/status/index.html#upcoming-incidents">down for routine maintenance</a> from November 12 until November 13. Most jobs will be queued until the cluster is back up.</p>
7777
{%- endblock %}
7878

7979
<div id="navigation_second">

0 commit comments

Comments
 (0)