diff options
author | hardythe1 | 2014-12-03 22:37:42 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-03 22:37:42 +0530 |
commit | 5bd719ab270da2d85369f8d8f4eaf8d82f4055c8 (patch) | |
tree | 819acd14f9fca0dd915cc56cdf0be0a94e67fbdd | |
parent | f733cf8e7bd4a2efc770ab9d8d748a4f9c854f8e (diff) | |
download | scipy2014-5bd719ab270da2d85369f8d8f4eaf8d82f4055c8.tar.gz scipy2014-5bd719ab270da2d85369f8d8f4eaf8d82f4055c8.tar.bz2 scipy2014-5bd719ab270da2d85369f8d8f4eaf8d82f4055c8.zip |
minor change
-rw-r--r-- | static/website/templates/schedule.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html index c4ecc8b..c65aaa5 100644 --- a/static/website/templates/schedule.html +++ b/static/website/templates/schedule.html @@ -13,7 +13,7 @@ Schedule <!-- Nav tabs --> <ul class="nav nav-tabs nav-justified" role="tablist"> <li role="presentation" class="active"><a href="#home" aria-controls="home" role="tab" data-toggle="tab">5<sup>th</sup> Dec. - Tutorials</a></li> - <li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">6<sup>th</sup> Dec - Tutorials</a></li> + <li role="presentation"><a href="#profile" aria-controls="profile" role="tab" data-toggle="tab">6<sup>th</sup> Dec. - Tutorials</a></li> <li role="presentation"><a href="#messages" aria-controls="messages" role="tab" data-toggle="tab">7<sup>th</sup> Dec. - Talks</a></li> </ul> |