File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
static/css/styledelements Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ msgid ""
9797msgstr ""
9898"Te recomendamos actualizar tu navegador a la versión más reciente tanto de "
9999"<a href=\" https://www.mozilla.org/firefox\" >Firefox</a> como de <a "
100- "href=“ https://www.google.com/chrome\" >Google Chrome</a> dado que estos "
100+ "href=\" https://www.google.com/chrome\" >Google Chrome</a> dado que estos "
101101"navegadores son los que actualmente soporta WireCloud."
102102
103103#: templates/registration/login.html:40
Original file line number Diff line number Diff line change 104104.se-model-table-msg {
105105 text-align : center ;
106106 margin : $padding-vertical-base $padding-horizontal-base ;
107- grid-column : 1 / -1 ;
107+ grid-column : #{ 1 } / #{ -1 } ;
108108}
109109
110110.se-model-table-row {
Original file line number Diff line number Diff line change 1717# You should have received a copy of the GNU Affero General Public License
1818# along with Wirecloud. If not, see <http://www.gnu.org/licenses/>.
1919
20- __version_info__ = (1 , 3 , 0 )
20+ __version_info__ = (1 , 3 , 1 )
2121__version__ = '.' .join (map (str , __version_info__ ))
2222__application_mashup_version_info__ = (2 , 2 )
2323__application_mashup_version__ = '.' .join (map (str , __application_mashup_version_info__ ))
You can’t perform that action at this time.
0 commit comments