Commit 28ff56d0e612bd08c883284ebcb977fc0c2d635d
1 parent
3883e76d
Exists in
master
and in
8 other branches
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -334,7 +334,7 @@ |
334 | 334 | <div class="oauth"> |
335 | 335 | <div class="label">Acessar com:</div> |
336 | 336 | <a href="http://www.participa.br/plugin/oauth_client/facebook?oauth_client_popup=true&id=1" target="_blank" class="facebook oauth-login">Facebook</a> |
337 | - <a href="http://www.participa.br//plugin/oauth_client/google_oauth2?oauth_client_popup=true&id=2" target="_blank" class="google oauth-login">Google +</a> | |
337 | + <a href="http://www.participa.br/plugin/oauth_client/google_oauth2?oauth_client_popup=true&id=2" target="_blank" class="google oauth-login">Google +</a> | |
338 | 338 | <a href="http://www.participa.br/account/signup" target="_blank" class="new-user">Cadastrar</a> |
339 | 339 | </div> |
340 | 340 | </form> | ... | ... |