Commit 334aed3a60fa8343d04207206c20581055d3a1bc
1 parent
b152e20c
Exists in
master
and in
1 other branch
conteudo
git-svn-id: https://svn.bento.ifrs.edu.br/default/ASES/ASES%20-%20Web/ASES%20-%20Web/Fontes/avaliador-api@10493 c2178572-b5ca-4887-91d2-9e3a90c7d55b
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/br/com/checker/emag/core/ContentEvaluation.java
@@ -274,7 +274,7 @@ public class ContentEvaluation extends Evaluation{ | @@ -274,7 +274,7 @@ public class ContentEvaluation extends Evaluation{ | ||
274 | href = "http://"+href; | 274 | href = "http://"+href; |
275 | 275 | ||
276 | if(href!=null && !href.startsWith("http") && url !=null) | 276 | if(href!=null && !href.startsWith("http") && url !=null) |
277 | - href = url+link.getAttributeValue("href"); | 277 | + href = url+"/"+link.getAttributeValue("href"); |
278 | 278 | ||
279 | if(link.getAttributeValue("href") != null && !link.getAttributeValue("href").equals("#") && !link.getAttributeValue("href").equals("/") && !link.getAttributeValue("href").contains("javascript")){ | 279 | if(link.getAttributeValue("href") != null && !link.getAttributeValue("href").equals("#") && !link.getAttributeValue("href").equals("/") && !link.getAttributeValue("href").contains("javascript")){ |
280 | 280 |