Преглед изворни кода

Fix quotes on Strava iframe

Robert Marshall пре 3 година
родитељ
комит
f274b113e2
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/Website/Views/Shared/_Layout.cshtml

+ 2 - 2
src/Website/Views/Shared/_Layout.cshtml

@@ -36,8 +36,8 @@
 			@await Component.InvokeAsync("ProjectNavigation")
 		</div>
 		<div class="strava">
-			<iframe height='160' width='250' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/8892667/activity-summary/df1a6e21a9947dbe7a9dd36f86b1c17185002d22'></iframe>
-			<iframe height='454' width='250' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/8892667/latest-rides/df1a6e21a9947dbe7a9dd36f86b1c17185002d22'></iframe>
+			<iframe height="160" width="250" frameborder="0" allowtransparency="true" scrolling="no" src="https://www.strava.com/athletes/8892667/activity-summary/df1a6e21a9947dbe7a9dd36f86b1c17185002d22"></iframe>
+			<iframe height="454" width="250" frameborder="0" allowtransparency="true" scrolling="no" src="https://www.strava.com/athletes/8892667/latest-rides/df1a6e21a9947dbe7a9dd36f86b1c17185002d22"></iframe>
 		</div>
 	</nav>
 </div>