Project

General

Profile

« Previous | Next » 

Revision 56de4353

Added by Renato Botelho almost 8 years ago

Fix #7976: Do not add button value to gettext

View differences:

src/usr/local/www/diag_confbak.php
210 210
			<thead>
211 211
				<tr>
212 212
					<th colspan="2">
213
						<button type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>">
213
						<button type="submit" name="diff" class="btn btn-info btn-xs" value="Diff">
214 214
							<i class="fa fa-exchange icon-embed-btn"></i>
215 215
							<?=gettext("Diff"); ?>
216 216
						</button>
......
274 274
?>
275 275
				<tr>
276 276
					<td colspan="2">
277
						<button type="submit" name="diff" class="btn btn-info btn-xs" value="<?=gettext("Diff"); ?>">
277
						<button type="submit" name="diff" class="btn btn-info btn-xs" value="Diff">
278 278
							<i class="fa fa-exchange icon-embed-btn"></i>
279 279
							<?=gettext("Diff"); ?>
280 280
						</button>

Also available in: Unified diff