fix(html-field): remove warning about html-input

This commit is contained in:
Gregor Kleen 2020-05-12 14:22:42 +02:00
parent c072b85299
commit d0358b4a50
3 changed files with 0 additions and 20 deletions

View File

@ -270,7 +270,6 @@ postMaterialNewR tid ssh csh = do
siteLayoutMsg headingLong $ do
setTitleI headingShort
editWidget
$(i18nWidgetFile "html-input")
handleMaterialEdit :: TermId -> SchoolId -> CourseShorthand -> CourseId -> Maybe MaterialForm -> (Material -> DB (Maybe MaterialId)) -> Handler Widget
handleMaterialEdit tid ssh csh cid template dbMaterial = do

View File

@ -1,9 +0,0 @@
$newline never
<h3>Hinweis: Leerzeilen werden entfernt!
<p>
Das Eingabefeld akzeptiert derzeit nur Html.<br />
Zeilumbrüche spielen dementsprechend keine Rolle, können aber mit #
<code>&lt;br&gt;
eingefügt werden.
<p>
Für die Zukunft ist Markdown Unterstützung inklusive Editor geplant.

View File

@ -1,10 +0,0 @@
$newline never
<h3>Attention: line breaks will be removed!
<p>
The text area currently accepts only Html.<br />
Thus any linebreaks will be ignored but can be added using #
<code>&lt;br&gt;
.
<p>
We plan to support Markdown in the future.