%::myconfig dem Client javascript zur Verfügung stellen.
[kivitendo-erp.git] / templates / webpages / requirement_spec_item / _section_header.html
index 268f6cd..4df9892 100644 (file)
@@ -1,6 +1,6 @@
 [%- USE HTML -%][%- USE L -%][%- USE LxERP -%]
 <h1>
- [%- HTML.escape(requirement_spec_item.fb_number) %]: &lt;[% requirement_spec_item.id %]&gt;
+ [%- HTML.escape(requirement_spec_item.fb_number) %]:
  [% IF requirement_spec_item.title %]
   [% HTML.escape(requirement_spec_item.title) %]
  [% ELSE %]
@@ -13,7 +13,7 @@
 <div class="section-description" id="section-description">
  <div class="section-description-heading">[%- LxERP.t8("Preamble") %]</div>
  [% IF requirement_spec_item.description %]
-  [%- L.simple_format(requirement_spec_item.description) -%]
+  [%- requirement_spec_item.description_as_restricted_html -%]
  [%- ELSE %]
   <span class="dimmed-text">[%- LxERP.t8("No text has been entered yet.") %]</span>
  [%- END %]