Skip to content

Commit 84adcf1

Browse files
committed
fix: align _generic.help.html from responsive template to devel
Update responsive template as it's _generic.help.html was identical except for a 'class=table' vs 'class=classhelp'. AFAICT, '.table' never appears in the css, so the class has no effect. This makes applying changes easier since I have a couple of identical files.
1 parent 08c19ee commit 84adcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/responsive/html/_generic.help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<tal:block metal:fill-slot="content">
33
<tal:block tal:condition="python:'property' in request.form">
44
<form name="frm_help" action="#">
5-
<table class="table"
5+
<table class="classhelp"
66
tal:define="props python:request.form['properties'].value.split(',');
77
legend templates/help/macros/legend;
88
navigation templates/help/macros/batch_navi;

0 commit comments

Comments
 (0)