mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Fix duplicate HTML ID in Win7 variant of chrome://version
This commit is contained in:
parent
8776562a4f
commit
c199a6ede3
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ about:version template page
|
|||
</picture>
|
||||
</if>
|
||||
<div id="company"><a target="_blank" rel="noopener" href="https://github.com/Alex313031/Thorium">$i18n{company}</a></div>
|
||||
<div id="copyright">$i18n{copyright}</div>
|
||||
<div id="copyright">Dis is Das Special Windows 7 Build!</div>
|
||||
<div id="copyright">$i18n{copyright}<br>Dis is Das Special Windows 7 Build!</div>
|
||||
</div>
|
||||
<table id="inner" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr><td class="label">$i18n{application_label}</td>
|
||||
|
|
Loading…
Reference in a new issue