Skip to content

Commit

Permalink
Fixing few small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jun 30, 2013
1 parent 6390565 commit a93ef90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/API/templates/listAllAPI.twig
Expand Up @@ -27,7 +27,6 @@
{{ 'API_UsingTokenAuth'|translate('<b>','</b>',"")|raw }}<br/>
<span id='token_auth'>&amp;token_auth=<b>{{ token_auth }}</b></span><br/>
{{ 'API_KeepTokenSecret'|translate('<b>','</b>') }}
<!-- {'API_LoadedAPIs'|translate:$countLoadedAPI} -->
{{ list_api_methods_with_links|raw }}
<br/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/Installation/templates/tablesCreation.twig
Expand Up @@ -34,7 +34,7 @@

<script>
$(document).ready(function () {
var strConfirmEraseTables = "{{ 'Installation_ConfirmDeleteExistingTables'|translate("[$tablesInstalled]","<br />") }} ";
var strConfirmEraseTables = "{{ 'Installation_ConfirmDeleteExistingTables'|translate("["~tablesInstalled~"]") }} ";
// toggle the display of the tables detected during the installation when clicking
// on the span "linkToggle"
Expand Down
2 changes: 1 addition & 1 deletion plugins/Installation/templates/welcome.twig
Expand Up @@ -39,7 +39,7 @@

{% if not showNextStep %}
<p class="nextStep">
<a href="{url}">{{ 'General_Refresh'|translate }} &raquo;</a>
<a href="{{url}}">{{ 'General_Refresh'|translate }} &raquo;</a>
</p>
{% endif %}
{% endblock %}

0 comments on commit a93ef90

Please sign in to comment.