Skip to content

Commit e077dff

Browse files
authored
Merge pull request #80 from VSEphpbb/issue/74
No longer allow adding RFC links
2 parents 9af2f25 + 42251f2 commit e077dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/prosilver/template/idea_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
{% for status, id in STATUS_ARY %}<option value="{{ id }}">{{ lang(status) }}</option>{% endfor %}
5555
</select>{% endif %}
5656
</dd>
57-
{% if IDEA_RFC or S_CAN_EDIT %}
57+
{% if IDEA_RFC %}
5858
<dt class="idealabel">{{ lang('RFC') ~ lang('COLON') }}</dt>
5959
<dd>
6060
<a id="rfclink" class="ideamodbtn" href="{{ IDEA_RFC }}"{% if not IDEA_RFC %} style="display:none"{% endif %}>{{ IDEA_RFC }}</a>

0 commit comments

Comments
 (0)