Explorar el Código
Merge pull request #12216 from netchampfaris/website-fixes-2021-01-15
fix: Remove whitespace from testimonial text
version-14
Faris Ansari
hace 4 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
3 borrados
-
frappe/website/web_template/testimonial/testimonial.html
|
|
@@ -5,9 +5,7 @@ |
|
|
|
</div> |
|
|
|
{% endif %} |
|
|
|
<div class="testimonial-content"> |
|
|
|
<span>“</span> |
|
|
|
{{ content }} |
|
|
|
<span>”</span> |
|
|
|
“{{ content }}” |
|
|
|
</div> |
|
|
|
<div class="testimonial-by"> |
|
|
|
{{ name }} |
|
|
|