File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
max-height : 300px ;
4
4
overflow-x : hidden;
5
5
}
6
+ pre {
7
+ white-space : pre-wrap;
8
+ word-wrap : break-word;
9
+ color : # 000 ;
10
+ background-color : # f5f5f5 ;
11
+ }
6
12
/*.cache:active{
7
13
display:none;
8
14
}
Original file line number Diff line number Diff line change 7
7
</li >
8
8
<li class =" nav-item" >
9
9
<a class =" nav-link js-scroll-trigger" href =" {{ path(' PhpFunction_index' ) }}" >fonctions PHP</a >
10
- </li >{#
10
+ </li >
11
11
<li class =" nav-item" >
12
12
<a class =" nav-link js-scroll-trigger" href =" {{ path(' linkphp_index' ) }}" >Liens sources externes</a >
13
13
</li >
Original file line number Diff line number Diff line change 28
28
<p >{{ item .text | raw }}</p >
29
29
<h6 >Liens externes</h6 >
30
30
<ul >{% for link in item .Link %}
31
- <li ><a href =" {{ link .url }}" title =" {{ link .description }}" rel =" nofollow" target =" _blank" >{{ link .title }}</a > - {{ link .description }}</li >
31
+ <li ><a href =" {{ link .url }}" title =" {{ link .description }}" rel =" nofollow" target =" _blank" >{{ link .title }}</a > - {{ link .description | raw }}</li >
32
32
{% else %}
33
33
<li >Pas de liens</li >
34
34
{% endfor %}</ul >
You can’t perform that action at this time.
0 commit comments