fix copy&paste typo

This commit is contained in:
Seven Du 2013-06-04 09:34:35 +08:00
parent 4e70d7de30
commit 9252f7ab2f
1 changed files with 4 additions and 4 deletions

View File

@ -278,7 +278,7 @@
</script>
<script type="text/x-handlebars" data-template-name="showSays">
<h1>Limits</h1>
<h1>Say</h1>
<div>
<table class="table">
<tr>
@ -298,7 +298,7 @@
</script>
<script type="text/x-handlebars" data-template-name="showChats">
<h1>Limits</h1>
<h1>Chat</h1>
<div>
<table class="table">
<tr>
@ -318,7 +318,7 @@
</script>
<script type="text/x-handlebars" data-template-name="showInterfaces">
<h1>Limits</h1>
<h1>Interfaces</h1>
<div>
<table class="table">
<tr>
@ -399,7 +399,7 @@
{{#linkTo "showSays"}} Say {{/linkTo}} |
{{#linkTo "showInterfaces"}} Interfaces {{/linkTo}} |
Interface_types |
{{#linkTo "showTasks"}} Taskss {{/linkTo}} |
{{#linkTo "showTasks"}} Tasks {{/linkTo}} |
{{#linkTo "showLimits"}} Limits {{/linkTo}}
</script>