ahmadfaizalbh / ahmadfaizalbh/django-oembed

HTML should be ignored

オープン
#14 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
auto-migrated Priority-Medium Type-Defect
主要言語
Python
スター
0
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

```
What steps will reproduce the problem?
1. Have some text with HTML and a YouTube link

What is the expected output? What do you see instead?

A nicely embedded YouTube video. Instead there's some HTML visible.

{% load oembed_tags %}
{% oembed %}
{{ comment.text|linebreaks }}
{% endoembed %}

If you do it like that, it might be that the text fed to oembed ends with
"http://www.youtube.com/watch?v=12345

" and is not handled correctly.
```

Original issue reported on code.google.com by `julian....@gmail.com` on 3 Dec 2009 at 10:01

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。